Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ColumnHeaderFilterCellType Class / ShowSortItems Property


In This Topic
    ShowSortItems Property
    In This Topic
    Gets or sets a value that indicates whether the drop-down menu displays sorting menu items.
    Syntax
    'Declaration
     
    
    Public Property ShowSortItems As Boolean
    'Usage
     
    
    Dim instance As ColumnHeaderFilterCellType
    Dim value As Boolean
     
    instance.ShowSortItems = value
     
    value = instance.ShowSortItems
    public bool ShowSortItems {get; set;}

    Property Value

    true if the drop down menu shows sorting menu items; otherwise, false.
    See Also