ComponentOne Xamarin Edition
GridAllowMerging Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridAllowMerging Enumeration
Specifies constants that define which areas of the grid support cell merging.
Syntax
[Flags()]
public enum GridAllowMerging : System.Enum 
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.Xamarin.Forms.Grid.GridAllowMerging

See Also

Reference

C1.Xamarin.Forms.Grid Namespace