ComponentOne FlexGrid for WinForms
GlyphRow Property

C1.Win.C1FlexGrid Namespace > RowCollection Class : GlyphRow Property
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

Reference

RowCollection Class
RowCollection Members