Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeader Class / SortIndicatorAlignment Property


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

    Property Value

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