FlexPivot for WinForms
GlyphEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : GlyphEnum 列挙体
Specifies a type of glyph (image) used by the grid to convey information about a row, column, or cell.
シンタックス
'宣言
 
Public Enum GlyphEnum 
   Inherits System.Enum
public enum GlyphEnum : System.Enum 
メンバ
メンバ解説
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).
DetailCollapsedExpanded row with details (default is minus sign).
DetailExpandedCollapsed row with details (default is plus sign).
ErrorInfoIndicates row or cell error (default is red exclamation sign).
ExpandedExpanded tree node (default is minus sign).
ExpressionEditorIndicates that a column has a expression editor.
FilteredColumnIndicates that a column has a filter currently active.
FilterEditorIndicates that a column has a drop-down filter editor.
GrayedCheckbox in gray (undefined) state.
PinIndicates that a column can be pinned (frozen).
UncheckedCheckbox in unchecked state.
UnpinIndicates that a column can be unpinned (regular).
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間