Skip to main content

ListBoxEditStyleSettings Class

Defines the native appearance and behavior of the list box editor.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v26.1.dll

Declaration

public class ListBoxEditStyleSettings :
    BaseListBoxEditStyleSettings

Remarks

A ListBoxEditStyleSettings object defines the default list box operation mode.

listBox_Native

Tip

For the complete list of the ListBoxEdit control operation modes, see ListBoxEdit operation modes.

Inheritance

Show 11 items
Object
Visual
UIElement
FrameworkElement
BaseEditStyleSettings
DevExpress.Xpf.Editors.TextEditStyleSettings
DevExpress.Xpf.Editors.ButtonEditStyleSettings
DevExpress.Xpf.Editors.PopupBaseEditStyleSettings
DevExpress.Xpf.Editors.BaseItemsControlStyleSettings<ListBoxEdit>
DevExpress.Xpf.Editors.BaseListBoxEditStyleSettings
ListBoxEditStyleSettings
See Also