[]
ITagHelper implementation for SelectorBase<T>.
public abstract class SelectorBaseTagHelper<T, TControl> : ExtenderTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : SelectorBase<T>
Name | Description |
---|---|
T | |
TControl |
Name | Description |
---|---|
SelectorBaseTagHelper() |
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. |