ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / IsSelected Property

In This Topic
    IsSelected Property (TransposedGridRowBase)
    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