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


In This Topic
    SelectorTagHelper Class Members
    In This Topic

    The following tables list the members exposed by SelectorTagHelper.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyIt is useless. To keep consistent with the previous version. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.SelectorBase<T>.Column. (Inherited from C1.Web.Mvc.TagHelpers.SelectorBaseTagHelper<object,Selector<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.SelectorBase<T>.OnClientColumnChanged client event. Occurs after the value of the column property changes. (Inherited from C1.Web.Mvc.TagHelpers.SelectorBaseTagHelper<object,Selector<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.SelectorBase<T>.OnClientColumnChanging client event. Occurs before the value of the column property changes. (Inherited from C1.Web.Mvc.TagHelpers.SelectorBaseTagHelper<object,Selector<object>>)
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Gets or sets the component id. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<TControl>)
    Public PropertyConfigurates the C1.Web.Mvc.SelectorBase<T>.OnClientItemChecked client event. Occurs when the user checks an item on this column. (Inherited from C1.Web.Mvc.TagHelpers.SelectorBaseTagHelper<object,Selector<object>>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.SelectorBase<T>.ShowCheckAll. Sets a value that determines whether to show a 'Check All' items checkbox on the column header. (Inherited from C1.Web.Mvc.TagHelpers.SelectorBaseTagHelper<object,Selector<object>>)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<TControl>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverrides to get the C1.Web.Mvc.Extender object. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<TControl>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcess all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<TControl>)
    Protected MethodProcess the child content. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<TControl>)
    Top
    See Also