[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.SelectorBaseTagHelper-2

SelectorBaseTagHelper<T, TControl> Class

ITagHelper implementation for SelectorBase<T>.

Inheritance
BaseTagHelper<TControl>
SelectorBaseTagHelper<T, TControl>
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class SelectorBaseTagHelper<T, TControl> : ExtenderTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : SelectorBase<T>
Type Parameters
Name Description
T
TControl

Constructors

Name Description
SelectorBaseTagHelper()

Properties

Name Description
AriaLabel

Configurates AriaLabel. Sets the aria label property of selector.

CollectionName

Gets the collection name.

Column

Configurates Column.

ColumnChanged

Configurates the OnClientColumnChanged client event. Occurs after the value of the column property changes.

ColumnChanging

Configurates the OnClientColumnChanging client event. Occurs before the value of the column property changes.

ItemChecked

Configurates the OnClientItemChecked client event. Occurs when the user checks an item on this column.

ShowCheckAll

Configurates ShowCheckAll. Sets a value that determines whether to show a 'Check All' items checkbox on the column header.