C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / AllowMerging Property


In This Topic
AllowMerging Property (GridBase)
In This Topic
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
See Also