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

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