ComponentOne Xamarin.iOS
AllowMerging Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : AllowMerging Property
Gets or sets a value that indicates which parts of the grid support cell merging.
Syntax
'Declaration
 
<Foundation.ExportAttribute("AllowMerging")>
<BrowsableAttribute(True)>
Public Property AllowMerging As GridAllowMerging
'Usage
 
Dim instance As GridBase
Dim value As GridAllowMerging
 
instance.AllowMerging = value
 
value = instance.AllowMerging
[Foundation.Export("AllowMerging")]
[Browsable(true)]
public GridAllowMerging AllowMerging {get; set;}
See Also

Reference

GridBase Class
GridBase Members