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

In This Topic
    ItemChecked Property (SelectorTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.SelectorBase<T>.OnClientItemChecked client event. Occurs when the user checks an item on this column.
    Syntax
    'Declaration
     
    Public Overridable Property ItemChecked As String
    public virtual string ItemChecked {get; set;}
    See Also