Skip to main content
A newer version of this page is available.
All docs
V19.1

FilterEditorControl.FilterControl Property

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

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.1.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