Skip to main content

FilterEditorControl.FilterColumns Property

Gets or sets a collection of columns retrieved from this FilterEditorControl‘s source control.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.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