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.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraEditors.Filtering.FilterControlViewInfo

A DevExpress.XtraEditors.Filtering.FilterControlViewInfo object.

See Also