[]
        
(Showing Draft Content)

C1.WPF.Input.ComboBoxItem

ComboBoxItem Class

Model class to store settings of an item inside C1ComboBox.

Inheritance
ComboBoxItem
Namespace: C1.WPF.Input
Assembly: C1.WPF.Input.dll
Syntax
public class ComboBoxItem : ListViewItem
Public Class ComboBoxItem
    Inherits ListViewItem

Constructors

Name Description
ComboBoxItem()

Initialize a new instance of ComboBoxItem class.

ComboBoxItem(IDataCollection<object>, int)

Initialize a new instance of ComboBoxItem class.

Properties

Name Description
IsEnabled

Gets or sets the IsEnabled property.

Parent

Gets the parent group item.

Methods

Name Description
GetField<T>(ref T, string)
SetField<T>(ref T, T, string)