[]
        
(Showing Draft Content)

C1.WinUI.Core.C1ItemsControl

C1ItemsControl Class

Represents a control that can be used to present a collection of items.

Implements
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1ItemsControl : ItemsControl, IDisposable

Constructors

Name Description
C1ItemsControl()

Initializes a new instance of the C1ItemsControl class.

Fields

Name Description
DisplayMemberPathProperty

Identifies the DisplayMemberPath dependency property.

ItemContainerTransitionsProperty

Identifies the ItemContainerTransitions dependency property.

ItemTemplateProperty

Identifies the ItemTemplate dependency property.

ItemTemplateSelectorProperty

Identifies the ItemTemplateSelector dependency property.

Properties

Name Description
DisplayMemberPath

Gets or sets the name or path of the property that is displayed for each data item.

IsDisposed

Gets whether this instance is disposed.

ItemContainerTransitions

Gets or sets the collection of Transition style elements that apply to the item containers of a C1ItemsControl.

ItemTemplate

Gets or sets the template applied to all the items of the list.

ItemTemplateSelector

Template selector used to specify different templates applied to items of the same type.

Methods

Name Description
ClearContainerForItemOverride(DependencyObject, object)
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1ItemsControl class.

GetContainerForItemOverride()
OnApplyTemplate()
PrepareContainerForItemOverride(DependencyObject, object)