FilterEditorControl.FilterColumns Property
In This Article
Gets or sets a collection of columns retrieved from this FilterEditorControl‘s source control.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Filter |
#Remarks
A FilterEditorControl can operate when the FilterEditorControl.SourceControl is not specified. For that, you need to create filter columns manually by calling the FilterEditorControl.SetFilterColumnsCollection method.
See Also