[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.SelectorExtension

SelectorExtension Class

Define a static class to add the extension methods for all the controls which can use Selector extender.

Inheritance
SelectorExtension
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public static class SelectorExtension

Methods

Name Description
Selector(FlexGridBuilder<object>)

Apply the default Selector extender in FlexGrid.

Selector(FlexGridBuilder<object>, Action<SelectorBuilder<object>>)

Apply the Selector extender in FlexGrid.

Selector<T>(FlexGridBuilder<T>)

Apply the default Selector extender in FlexGrid.

Selector<T>(FlexGridBuilder<T>, Action<SelectorBuilder<T>>)

Apply the Selector extender in FlexGrid.