ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / Selection Property

In This Topic
    Selection Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.Selection. Sets the current selection.
    Syntax
    'Declaration
     
    Public Overridable Property Selection As CellRange
    public virtual CellRange Selection {get; set;}
    See Also