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

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