ComponentOne Xamarin.iOS
AllowMerging Property (GridRow)


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

Reference

GridRow Class
GridRow Members