Skip to main content

FilterControl.FilterViewInfo Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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