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

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