[]
Apply the BooleanChecker extender in FlexGrid.
public static FlexGridBuilder<T> BooleanChecker<T>(this FlexGridBuilder<T> gridBuilder, Action<BooleanCheckerBuilder<T>> booleanCheckerBuilder)
Type | Name | Description |
---|---|---|
FlexGridBuilder<T> | gridBuilder | the specified flexgrid builder. |
Action<BooleanCheckerBuilder<T>> | booleanCheckerBuilder | the specified BooleanChecker builder |
Type | Description |
---|---|
FlexGridBuilder<T> |
Name | Description |
---|---|
T |
Apply the default BooleanChecker extender in FlexGrid.
public static FlexGridBuilder<T> BooleanChecker<T>(this FlexGridBuilder<T> gridBuilder)
Type | Name | Description |
---|---|---|
FlexGridBuilder<T> | gridBuilder | the specified flexgrid builder. |
Type | Description |
---|---|
FlexGridBuilder<T> |
Name | Description |
---|---|
T |
Apply the default BooleanChecker extender in FlexGrid.
public static FlexGridBuilder<object> BooleanChecker(this FlexGridBuilder<object> gridBuilder)
Type | Name | Description |
---|---|---|
FlexGridBuilder<object> | gridBuilder | the specified flexgrid builder. |
Type | Description |
---|---|
FlexGridBuilder<object> |
Apply the BooleanChecker extender in FlexGrid.
public static FlexGridBuilder<object> BooleanChecker(this FlexGridBuilder<object> gridBuilder, Action<BooleanCheckerBuilder<object>> booleanCheckerBuilder)
Type | Name | Description |
---|---|---|
FlexGridBuilder<object> | gridBuilder | the specified flexgrid builder. |
Action<BooleanCheckerBuilder<object>> | booleanCheckerBuilder | the specified BooleanChecker builder |
Type | Description |
---|---|
FlexGridBuilder<object> |