ComponentOne Xamarin.iOS
DefaultRowHeaderColumnWidth Property


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

Reference

FlexGrid Class
FlexGrid Members