Back to Devexpress

ListBoxEditStyleSettings Class

wpf-devexpress-dot-xpf-dot-editors-2f2d3827.md

latest2.3 KB
Original Source

ListBoxEditStyleSettings Class

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

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ListBoxEditStyleSettings :
    BaseListBoxEditStyleSettings
vb
Public Class ListBoxEditStyleSettings
    Inherits BaseListBoxEditStyleSettings

Remarks

A ListBoxEditStyleSettings object defines the default list box operation mode.

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

ListBoxEditStyleSettings Members

StyleSettings

Editor Operation Modes

DevExpress.Xpf.Editors Namespace