GrapeCity MultiRow Windows Forms Documentation
AutoGenerateGridTemplateStyles Enumeration


Specifies which elements are contained in the new template.
Syntax
<FlagsAttribute()>
Public Enum AutoGenerateGridTemplateStyles 
   Inherits System.Enum
[Flags()]
public enum AutoGenerateGridTemplateStyles : System.Enum 
Members
MemberDescription
AllAll additional elements will be included by the new template.
ColumnHeaderA 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.
ColumnHeaderAutoCaptionIf the new template has ColumnHeaderCell, the ColumnHeaderCell uses automatically increased letters as its caption.
ColumnHeaderAutoFilterIf 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.
ColumnHeaderAutoSortIf the new template has a ColumnHeaderCell in the ColumnHeaderSection, the user can click the ColumnHeaderCell to sort the GcMultiRow control.
FilteringRowA ColumnHeaderSection is included in the new template. The ColumnHeaderSection's layout is similar to the Row section. The ColumnHeaderSection cell type is FilteringTextBoxCell.
NoneNo additional element is included in the new template.
RowHeaderA RowHeaderCell is included in the new template. The RowHeaderCell positions itself to the left of the template.
RowHeaderAutoNumberIf the new template has a RowHeaderCell, the RowHeaderCell uses an automatically increased number as its caption.
Remarks
Use the CreateGridTemplate method in the Template to generate a grid-like template easily.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.AutoGenerateGridTemplateStyles

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

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

 

 


Copyright © GrapeCity, inc. All rights reserved.