C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.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
 
Public Property AllowMerging As GridAllowMerging
 
'Usage
 
Dim instance As GridBase
Dim value As GridAllowMerging
 
instance.AllowMerging = value
 
value = instance.AllowMerging
See Also