ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / GlyphRow Property

In This Topic
    GlyphRow Property
    In This Topic
    Gets or sets the index of the row used to display the sorting and filtering glyphs.
    Syntax
    'Declaration
     
    Public Property GlyphRow As Integer
    public int GlyphRow {get; set;}
    Remarks
    The default value is -1, which causes the sorting and filtering glyphs to be shown on the last fixed row. If you set GlyphVisible property to a false, then the glyphs will not be displayed.
    See Also