[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.SelectorBaseBuilder-3

SelectorBaseBuilder<T, TControl, TBuilder> Class

Defines the html builder for SelectorBase.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
ComponentBuilder<TControl, TBuilder>
ExtenderBuilder<TControl, TBuilder>
SelectorBaseBuilder<T, TControl, TBuilder>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class SelectorBaseBuilder<T, TControl, TBuilder> : ExtenderBuilder<TControl, TBuilder>, IHtmlString where TControl : SelectorBase<T> where TBuilder : SelectorBaseBuilder<T, TControl, TBuilder>
Type Parameters
Name Description
T

The data item type.

TControl
TBuilder

Constructors

Name Description
SelectorBaseBuilder(TControl)

Create one SelectorBaseBuilder instance.

Methods

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.

Extension Methods