[]
        
(Showing Draft Content)

C1.WPF.C1ItemsControl

C1ItemsControl Class

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

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
[StyleTypedProperty(Property = "ItemStyle", StyleTargetType = typeof(ContentControl))]
public class C1ItemsControl : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage

Constructors

Name Description
C1ItemsControl()

Initializes a new instance of a C1ItemsControl.

Fields

Name Description
ItemStyleProperty

Identifies the ItemStyle dependency property.

ItemTemplateProperty

Identifies the ItemTemplate dependency property.

Properties

Name Description
ItemStyle

Style applied to all the items of this item control.

ItemTemplate

Template applied to all the items of the list.

Methods

Name Description
ClearContainerForItemOverride(DependencyObject, object)
GetContainerForItemOverride()
PrepareContainerForItemOverride(DependencyObject, object)

Extension Methods