Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridMergeManager Class / AllowMerging Property


In This Topic
    AllowMerging Property (GridMergeManager)
    In This Topic
    Gets a value indicating whether merging is allowed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AllowMerging As GridAllowMerging
    'Usage
     
    
    Dim instance As GridMergeManager
    Dim value As GridAllowMerging
     
    value = instance.AllowMerging
    public GridAllowMerging AllowMerging {get;}
    See Also