[]
        
(Showing Draft Content)

C1.WPF.C1HeaderedItemsControl

C1HeaderedItemsControl Class

Represents a control that can be used to present a collection of items which have header and content.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1HeaderedItemsControl : C1ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage

Constructors

Name Description
C1HeaderedItemsControl()

Initializes a new instance of a C1HeaderedItemsControl.

Fields

Name Description
HeaderTemplateProperty

Identifies the HeaderTemplate dependency property.

HeaderTemplateSelectorProperty

Identifies the HeaderTemplateSelector dependency property.

Properties

Name Description
HeaderTemplate

Template applied to the headers of all the items of the list.

HeaderTemplateSelector

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

Methods

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

Extension Methods