ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheetFilter Class / ShowSortButtons Property

In This Topic
    ShowSortButtons Property
    In This Topic
    Gets or sets a value indicating whether the filter editor should include sort buttons.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowSortButtons As Boolean
    [DefaultValue(true)]
    public bool ShowSortButtons {get; set;}
    See Also