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


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