Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / MeasuredWidth Property


In This Topic
    MeasuredWidth Property (GridGroupRowCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MeasuredWidth As Integer
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Integer
     
    value = instance.MeasuredWidth
    public int MeasuredWidth {get;}
    See Also