[]
Defines the html builder for SelectorBase.
public abstract class SelectorBaseBuilder<T, TControl, TBuilder> : ExtenderBuilder<TControl, TBuilder>, IHtmlString where TControl : SelectorBase<T> where TBuilder : SelectorBaseBuilder<T, TControl, TBuilder>
Name | Description |
---|---|
T | The data item type. |
TControl | |
TBuilder |
Name | Description |
---|---|
SelectorBaseBuilder(TControl) | Create one SelectorBaseBuilder instance. |
Name | Description |
---|---|
AriaLabel(string) | Configurates AriaLabel. Sets the aria label property of selector. |
Column(string) | Configurates Column. |
OnClientColumnChanged(string) | Configurates the OnClientColumnChanged client event. Occurs after the value of the column property changes. |
OnClientColumnChanging(string) | Configurates the OnClientColumnChanging client event. Occurs before the value of the column property changes. |
OnClientItemChecked(string) | Configurates the OnClientItemChecked client event. Occurs when the user checks an item on this column. |
ShowCheckAll(bool) | Configurates ShowCheckAll. Sets a value that determines whether to show a 'Check All' items checkbox on the column header. |