Skip to main content

ListBoxEdit.StyleSettings Property

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

[Browsable(true)]
public BaseEditStyleSettings StyleSettings { get; set; }

#Property Value

Type Description
BaseEditStyleSettings

A DevExpress.Xpf.Editors.BaseEditStyleSettings descendant that defines the appearance and behavior of the ListBoxEdit.

#Remarks

A ListBoxEdit supports three built-in styles which define its appearance and behavior: Default (ListBoxEditStyleSettings), Checked (CheckedListBoxEditStyleSettings) and Radio (RadioListBoxEditStyleSettings).

See Also