ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowBaseTagHelper<TControl> Class / IsSelected Property

In This Topic
    IsSelected Property (TransposedGridRowBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.IsSelected. Sets whether this row or column is selected.
    Syntax
    'Declaration
     
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also