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


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