[]
Sets an array containing the names or bindings of the columns that should have filters.
public FilterSettingBuilder FilterColumns(params string[] columns)
Type | Name | Description |
---|---|---|
string[] | columns | The array indicates which columns should be filterable. |
Type | Description |
---|---|
FilterSettingBuilder | Current builder |