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






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