ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FlexSheetTagHelper Class / ColumnChanged Property

In This Topic
    ColumnChanged Property (FlexSheetTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientColumnChanged client event. Occurs after inserting or deleting columns.
    Syntax
    'Declaration
     
    Public Property ColumnChanged As String
    public string ColumnChanged {get; set;}
    See Also