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


In This Topic
    AllowAutoSort Property (Columns.DefaultColumn)
    In This Topic
    This property is not applicable. It cannot be set for a default column.
    Syntax
    'Declaration
     
    
    Public Shadows Property AllowAutoSort As Boolean
    'Usage
     
    
    Dim instance As Columns.DefaultColumn
    Dim value As Boolean
     
    instance.AllowAutoSort = value
     
    value = instance.AllowAutoSort
    public new bool AllowAutoSort {get; set;}
    See Also