Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / DetailProviderRowHeaderCell Class / Width Property


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