FlexGrid for WinForms
GlyphEnum Enumeration



Specifies a type of glyph (image) used by the grid to convey information about a row, column, or cell.
Syntax
'Declaration
 
Public Enum GlyphEnum 
   Inherits System.Enum
'Usage
 
Dim instance As GlyphEnum
public enum GlyphEnum : System.Enum 
public enum class GlyphEnum : public System.Enum 
Members
MemberDescription
AscendingIndicates column sorted in ascending order (default is hollow triangle pointing up).
CheckedCheckbox in checked state.
CollapsedCollapsed tree node (default is plus sign).
DBAddIndicates row being added to data source (default is asterisk).
DBCursorIndicates current record (default is black triangle pointing right).
DescendingIndicates column sorted in descending order (default is hollow triangle pointing down).
ErrorInfoIndicates row or cell error (default is red exclamation sign).
ExpandedExpanded tree node (default is minus sign).
FilteredColumnIndicates that a column has a filter currently active.
FilterEditorIndicates that a column has a drop-down filter editor.
GrayedCheckbox in gray (undefined) state.
UncheckedCheckbox in unchecked state.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.GlyphEnum

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

C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback