Skip to main content

FilterEditorControl.FilterControl Property

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

Namespace: DevExpress.DataAccess.UI

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

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

Property Value

Type Description
FilterControl

A FilterControl embedded in this FilterEditorControl.

See Also