FlexGrid for WinForms
GlyphRow Property



Gets or sets the index of the row used to display the sorting and filtering glyphs.
Syntax
'Declaration
 
<C1CategoryAttribute("Layout")>
<C1DescriptionAttribute("Gets or sets the index of the row used to display the sorting and filtering glyphs.")>
<DefaultValueAttribute()>
Public Property GlyphRow As Integer
'Usage
 
Dim instance As RowCollection
Dim value As Integer
 
instance.GlyphRow = value
 
value = instance.GlyphRow
[C1Category("Layout")]
[C1Description("Gets or sets the index of the row used to display the sorting and filtering glyphs.")]
[DefaultValue()]
public int GlyphRow {get; set;}
[C1Category("Layout")]
[C1Description("Gets or sets the index of the row used to display the sorting and filtering glyphs.")]
[DefaultValue()]
public:
property int GlyphRow {
   int get();
   void set (    int value);
}
Remarks
The default value is -1, which causes the sorting and filtering glyphs to be shown on the last fixed row. If you set this property to a value larger than the number of fixed rows, then the glyphs will not be displayed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowCollection Class
RowCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback