FilterEditorControl.StyleController Property
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v20.2.UI.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override IStyleController StyleController { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property StyleController As IStyleController
Property Value
Type |
---|
DevExpress.XtraEditors.IStyleController |
See Also
Feedback