Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderInfo Class / SortIndicatorAlignment Property


In This Topic
    SortIndicatorAlignment Property (ListHeaderInfo)
    In This Topic
    Gets or sets the alignment of the sort indicator.
    Syntax
    'Declaration
     
    
    Public Property SortIndicatorAlignment As LeftRightAlignment
    'Usage
     
    
    Dim instance As ListHeaderInfo
    Dim value As LeftRightAlignment
     
    instance.SortIndicatorAlignment = value
     
    value = instance.SortIndicatorAlignment
    public LeftRightAlignment SortIndicatorAlignment {get; set;}

    Property Value

    A System.Windows.Forms.LeftRightAlignment value that indicates the alignment of the sort indicator.
    See Also