<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexGrid Class / ShowSort Property

In This Topic
    ShowSort Property (C1FlexGrid)
    In This Topic
    Gets or sets a value that indicates whether the grid shows the current sort state by adding a glyph to the column headers of sorted columns.
    Syntax
    'Declaration
     
    Public Property ShowSort As Boolean
    public bool ShowSort {get; set;}
    See Also