Back to Devexpress

FilterControl.FilterViewInfo Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-fe6e3128.md

latest1.2 KB
Original Source

FilterControl.FilterViewInfo Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public FilterControlViewInfo FilterViewInfo { get; }
vb
<Browsable(False)>
Public ReadOnly Property FilterViewInfo As FilterControlViewInfo

Property Value

TypeDescription
DevExpress.XtraEditors.Filtering.FilterControlViewInfo

A DevExpress.XtraEditors.Filtering.FilterControlViewInfo object.

|

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace