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

In This Topic
    Selection Property (FlexGridTagHelper)
    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