ComponentOne Xamarin.iOS
DefaultColumnWidth Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : DefaultColumnWidth Property
Gets or sets the default width of the columns.
Syntax
'Declaration
 
Public Property DefaultColumnWidth As GridLength
'Usage
 
Dim instance As FlexGrid
Dim value As GridLength
 
instance.DefaultColumnWidth = value
 
value = instance.DefaultColumnWidth
public GridLength DefaultColumnWidth {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members