[]
Define an extender as base for selector.
public abstract class SelectorBase<T> : Extender, IHtmlString
Name | Description |
---|---|
T |
Name | Description |
---|---|
SelectorBase(FlexGridBase<T>) | Creates one SelectorBase<T> instance. |
Name | Description |
---|---|
AriaLabel | Gets or sets the aria label property of selector. |
Column | |
OnClientColumnChanged | Occurs after the value of the column property changes. |
OnClientColumnChanging | Occurs before the value of the column property changes. |
OnClientItemChecked | Occurs when the user checks an item on this column. |
ShowCheckAll | Gets or sets a value that determines whether to show a 'Check All' items checkbox on the column header. |