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

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