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

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