ASP.NET 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
     
    
    <DefaultValueAttribute(1)>
    Public Property Column As Integer
    [DefaultValue(1)]
    public int Column {get; set;}
    See Also