Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridAllowMerging Enumeration


In This Topic
    GridAllowMerging Enumeration
    In This Topic
    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
    [Flags()]
    public enum GridAllowMerging : System.Enum 
    Members
    MemberDescription
    AllMerge all areas.
    AllHeadersMerge column and row headers.
    CellsMerge scrollable cells.
    ColumnHeadersMerge column headers.
    NoneNo merging.
    RowHeadersMerge row headers.
    Inheritance Hierarchy

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

    See Also