ListBoxEdit.StyleSettings Property
In This Article
Gets or sets an object that defines the appearance and behavior of the ListBoxEdit.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Base |
A DevExpress. |
#Remarks
A ListBoxEdit supports three built-in styles which define its appearance and behavior: Default (ListBoxEditStyleSettings), Checked (CheckedListBoxEditStyleSettings) and Radio (RadioListBoxEditStyleSettings).
See Also