ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ColumnBase Class / IsSelected Property

In This Topic
    IsSelected Property (ColumnBase)
    In This Topic
    Gets or sets whether this row or column is selected.
    Syntax
    'Declaration
     
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also