Back to Devexpress

CheckedListBoxEditStyleSettings Class

wpf-devexpress-dot-xpf-dot-editors-5ea30776.md

latest2.6 KB
Original Source

CheckedListBoxEditStyleSettings Class

Defines the checked list box editor appearance and behavior.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Remarks

A CheckedListBoxEditStyleSettings object defines the Checked list box operation mode.

The following code sample demonstrates how to switch the list box operation mode to Checked.

xaml
<dxe:ListBoxEdit>
    <dxe:ListBoxEdit.StyleSettings>
        <dxe:CheckedListBoxEditStyleSettings/>
    </dxe:ListBoxEdit.StyleSettings>
</dxe:ListBoxEdit>

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 CheckedListBoxEditStyleSettings

See Also

CheckedListBoxEditStyleSettings Members

Editor Operation Modes

DevExpress.Xpf.Editors Namespace