Back to Devexpress

FilterControl.StyleController Property

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

latest1.2 KB
Original Source

FilterControl.StyleController Property

This member supports the .NET Framework 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 override IStyleController StyleController { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property StyleController As IStyleController

Property Value

TypeDescription
DevExpress.XtraEditors.IStyleController

null ( Nothing in Visual Basic)

|

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace