ComponentOne Xamarin.iOS
AllowMerging Property (GridColumn)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : AllowMerging Property
Gets or sets a value that indicates whether cells in this column can be merged.
Syntax
'Declaration
 
Public Property AllowMerging As Boolean
'Usage
 
Dim instance As GridColumn
Dim value As Boolean
 
instance.AllowMerging = value
 
value = instance.AllowMerging
public bool AllowMerging {get; set;}
See Also

Reference

GridColumn Class
GridColumn Members