C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridAllowMerging Enumeration


GridAllowMerging Enumeration
Specifies constants that define which areas of the grid support cell merging.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum GridAllowMerging 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridAllowMerging
Members
MemberDescription
All Merge all areas.
AllHeaders Merge column and row headers.
Cells Merge scrollable cells.
ColumnHeaders Merge column headers.
None No merging.
RowHeaders Merge row headers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Grid.GridAllowMerging

See Also