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

In This Topic
    ColumnChanging Property (SelectorTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.SelectorBase<T>.OnClientColumnChanging client event. Occurs before the value of the column property changes.
    Syntax
    'Declaration
     
    Public Overridable Property ColumnChanging As String
    public virtual string ColumnChanging {get; set;}
    See Also