Back to Devexpress

FilterControl.Model Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-6c6f05cb.md

latest1.1 KB
Original Source

FilterControl.Model Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public WinFilterTreeNodeModel Model { get; protected set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Model As WinFilterTreeNodeModel

Property Value

Type
DevExpress.XtraEditors.Filtering.WinFilterTreeNodeModel

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace