[]
Gets or sets a value indicating whether the filter editor should include sort buttons.
public FlexGridFilterBuilder<T> ShowSortButtons(bool value)
Public Function ShowSortButtons(value As Boolean) As FlexGridFilterBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| bool | value | The bool value. |
| Type | Description |
|---|---|
| FlexGridFilterBuilder<T> | Current builder |