Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / MaxColumnWidth Property


In This Topic
    MaxColumnWidth Property
    In This Topic
    Gets or sets the maximum width of columns in the FlexGrid.
    Syntax
    'Declaration
     
    
    Public Property MaxColumnWidth As Double
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Double
     
    instance.MaxColumnWidth = value
     
    value = instance.MaxColumnWidth
    public double MaxColumnWidth {get; set;}
    See Also