Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterEditorControl.FilterColumns Property

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

[Browsable(false)]
public FilterColumnCollection FilterColumns { get; }

#Property Value

Type Description
DevExpress.XtraEditors.Filtering.FilterColumnCollection

A FilterColumnCollection that stores columns retrieved from this FilterEditorControl‘s source control.

#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