ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / GridTile Class / RowSpan Property






In This Topic
    RowSpan Property (GridTile)
    In This Topic
    Gets or sets the row spans occupied by this tile.
    Syntax
    'Declaration
     
    
    Public Property RowSpan As System.Integer
    'Usage
     
    
    Dim instance As GridTile
    Dim value As System.Integer
     
    instance.RowSpan = value
     
    value = instance.RowSpan
    public System.int RowSpan {get; set;}
    public read-write property RowSpan: System.Integer; 
    public function get,set RowSpan : System.int
    public: __property System.int get_RowSpan();
    public: __property void set_RowSpan( 
       System.int value
    );
    public:
    property System.int RowSpan {
       System.int get();
       void set (    System.int value);
    }
    See Also