C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / MaxWidth Property


In This Topic
MaxWidth Property (GridColumn)
In This Topic
Gets or sets the maximum width of the column.
Syntax
'Declaration
 
Public Property MaxWidth As Double
 
'Usage
 
Dim instance As GridColumn
Dim value As Double
 
instance.MaxWidth = value
 
value = instance.MaxWidth
See Also