[]
Gets or sets a bool value that indicates whether to show the filter editing buttons in the grid's column headers.
public FlexGridFilterBuilder<T> ShowFilterIcons(bool value)
Type | Name | Description |
---|---|---|
bool | value | The bool value. |
Type | Description |
---|---|
FlexGridFilterBuilder<T> | Current builder |