Skip to main content
A newer version of this page is available. .

FilterEditorControl.FilterControl Property

Returns the FilterControl embedded in the FilterEditorControl‘s “Visual” panel.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v19.2.UI.dll

Declaration

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

Property Value

Type Description
FilterControl

A FilterControl embedded in this FilterEditorControl.

See Also