True DBGrid for WinForms
GlyphType 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : GlyphType 列挙体
Specifies a type of glyph (image) used by the grid.
シンタックス
'宣言
 
Public Enum GlyphType 
   Inherits System.Enum
public enum GlyphType : System.Enum 
メンバ
メンバ解説
AddNewRowIndicates the AddNew row in the record selector.
CheckBoxCheckedIndicates Checkbox in checked state.
CheckBoxIndeterminateIndicates Checkbox in indeterminate state.
CheckBoxUncheckedIndicates Checkbox in unchecked state.
ColInsertLeftIndicates the left position where column can be inserted.
ColInsertUpIndicates the up position where column can be inserted.
CollapsedIndicates the Collapsed tree node (default is plus sign).
CurrentRowIndicates the Current row in the record selector.
ExpandedIndicates the Expanded tree node (default is minus sign).
ExpressionEditorIndicates that a column has a expression editor.
FilterBarIndicates the FilterBar row in the record selector.
FilteredColumnIndicates that a column has a filter currently active.
FilterEditorIndicates that a column has a drop-down filter editor.
FooterRowIndicates the Footer row in the record selector.
HeaderRowIndicates the Header row in the record selector.
ModifiedRowIndicates the Modified row in the record selector.
SortAscendingIndicates column sorted in ascending order.
SortDescendingIndicates column sorted in descending order
StandardRowIndicates the Standard row in the record selector.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.GlyphType

参照

C1.Win.C1TrueDBGrid 名前空間