Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / DefaultRowHeaderColumnWidth Property


In This Topic
    DefaultRowHeaderColumnWidth Property
    In This Topic
    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