FilterEditorControl.SetFilterColumnsCollection(FilterColumnCollection) Method
Clears the FilterEditorControl‘s column collection and re-populates it manually with specific columns.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Parameters
Name | Type | Description |
---|---|---|
columns | DevExpress.XtraEditors.Filtering.FilterColumnCollection | A FilterColumnCollection object that stores a new column set for this FilterEditorControl. |
See Also