Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / AllowAutoSort Property


In This Topic
    AllowAutoSort Property (Column)
    In This Topic
    Gets or sets whether this column allows automatic sorting.
    Syntax
    'Declaration
     
    
    Public Property AllowAutoSort As Boolean
    'Usage
     
    
    Dim instance As Column
    Dim value As Boolean
     
    instance.AllowAutoSort = value
     
    value = instance.AllowAutoSort
    public bool AllowAutoSort {get; set;}
    See Also