GrapeCity.Win.MultiRow Namespace : AutoGenerateGridTemplateStyles Enumeration |
<FlagsAttribute()> Public Enum AutoGenerateGridTemplateStyles Inherits System.Enum
Dim instance As AutoGenerateGridTemplateStyles
[Flags()] public enum AutoGenerateGridTemplateStyles : System.Enum
Member | Description |
---|---|
All | All additional elements will be included by the new template. |
ColumnHeader | A ColumnHeaderSection is included in the new template. The ColumnHeaderSection's layout is similar to the Row section. The cell type of the ColumnHeaderSection is ColumnHeaderCell. |
ColumnHeaderAutoCaption | If the new template has ColumnHeaderCell, the ColumnHeaderCell uses automatically increased letters as its caption. |
ColumnHeaderAutoFilter | If the new template has a ColumnHeaderCell in the ColumnHeaderSection, the ColumnHeaderCell's right, bottom side will have a drop-down button. Click this drop-down button to show a drop list which can help the user filter rows. |
ColumnHeaderAutoSort | If the new template has a ColumnHeaderCell in the ColumnHeaderSection, the user can click the ColumnHeaderCell to sort the GcMultiRow control. |
FilteringRow | A ColumnHeaderSection is included in the new template. The ColumnHeaderSection's layout is similar to the Row section. The ColumnHeaderSection cell type is FilteringTextBoxCell. |
None | No additional element is included in the new template. |
RowHeader | A RowHeaderCell is included in the new template. The RowHeaderCell positions itself to the left of the template. |
RowHeaderAutoNumber | If the new template has a RowHeaderCell, the RowHeaderCell uses an automatically increased number as its caption. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.AutoGenerateGridTemplateStyles
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
GrapeCity.Win.MultiRow Namespace
CreateGridTemplate(Int32) Method
CreateGridTemplate(Int32,Int32,Int32) Method
CreateGridTemplate(Int32,Int32,Int32,Int32) Method
CreateGridTemplate(Int32,Int32,Int32,Int32,AutoGenerateGridTemplateStyles) Method
CreateGridTemplate(Int32,Int32,Int32,Int32,AutoGenerateGridTemplateStyles,Int32) Method
CreateGridTemplate(IEnumerable<Cell>) Method
CreateGridTemplate(IEnumerable<Cell>,Int32) Method
CreateGridTemplate(IEnumerable<Cell>,Int32,AutoGenerateGridTemplateStyles) Method
CreateGridTemplate(IEnumerable<Cell>,Int32,AutoGenerateGridTemplateStyles,Int32) Method