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


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