Skip to main content
A newer version of this page is available.
All docs
V18.2

FilterEditorControl.FilterControl Property

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

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v18.2.dll

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