ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ManualGridTile Class / Row Property






In This Topic
    Row Property (ManualGridTile)
    In This Topic
    Gets or sets the start row index of tile. The row index starts from 1.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property Row As System.Integer
    'Usage
     
    
    Dim instance As ManualGridTile
    Dim value As System.Integer
     
    instance.Row = value
     
    value = instance.Row
    [System.ComponentModel.DefaultValue(1)]
    public System.int Row {get; set;}
    public read-write property Row: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(1)
    public function get,set Row : System.int
    [System.ComponentModel.DefaultValue(1)]
    public: __property System.int get_Row();
    public: __property void set_Row( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(1)]
    public:
    property System.int Row {
       System.int get();
       void set (    System.int value);
    }
    See Also