[]
Define a static class to add the extension methods for all the controls which can use Selector extender.
public static class SelectorExtension
| 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. |