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

In This Topic
    SelectionMode Property (PivotGridTagHelper)
    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