[]
        
(Showing Draft Content)

C1.WPF.Input.C1ComboBox.ItemsContent

ItemsContent Property

ItemsContent

Gets the list of the content of the items.

Declaration
public IDataCollection<object> ItemsContent { get; }
Public ReadOnly Property ItemsContent As IDataCollection(Of Object)
Remarks

This property allows binding the list-view template part items-source directly, and it works independently of whether the combo-box is bound or unbound.