Skip to main content

CheckedListBoxEditStyleSettings Class

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

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public class CheckedListBoxEditStyleSettings :
    ListBoxEditStyleSettings

#Remarks

The list box supports three built-in styles: Native, Checked and Radio. To specify the required style, use the BaseEdit.StyleSettings property. The image below shows the ListBoxEdit whose BaseEdit.StyleSettings property is set to a CheckedListBoxEditStyleSettings object:

ListBoxEdit_CheckedStyle

To learn more, see ListBoxEdit.

#Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
BaseEditStyleSettings
DevExpress.Xpf.Editors.TextEditStyleSettings
DevExpress.Xpf.Editors.ButtonEditStyleSettings
DevExpress.Xpf.Editors.PopupBaseEditStyleSettings
DevExpress.Xpf.Editors.BaseItemsControlStyleSettings<ListBoxEdit>
ListBoxEditStyleSettings
CheckedListBoxEditStyleSettings
See Also