Skip to main content
All docs
V20.1

FilterEditorControl.FilterControl Property

Returns the FilterControl object that encapsulates the tree-like structure of the filter criteria.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[Browsable(false)]
public FilterControl FilterControl { get; }

Property Value

Type Description
FilterControl

The FilterControl object that encapsulates the tree-like structure of the filter criteria.

See Also