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

In This Topic
    SelectionChanging Property (PivotGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientSelectionChanging client event. Occurs before selection changes.
    Syntax
    'Declaration
     
    Public Overridable Property SelectionChanging As String
    public virtual string SelectionChanging {get; set;}
    See Also