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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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 13 items
Object
DispatcherObject
DependencyObject
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