[]
        
(Showing Draft Content)

C1.Web.Mvc.SelectorBase-1

SelectorBase<T> Class

Define an extender as base for selector.

Inheritance
Extender
SelectorBase<T>
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class SelectorBase<T> : Extender, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
SelectorBase(FlexGridBase<T>)

Creates one SelectorBase<T> instance.

Properties

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.

Extension Methods