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

FilterControl.FilterViewInfo Property

Gets the object which contains information used to render the Filter Control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public FilterControlViewInfo FilterViewInfo { get; }

Property Value

Type Description
DevExpress.XtraEditors.Filtering.FilterControlViewInfo

A DevExpress.XtraEditors.Filtering.FilterControlViewInfo object.

See Also