HeaderedItemsControl Class

Definition

Represents a control that contains multiple items and has a header.

public class HeaderedItemsControl : Windows.UI.Xaml.Controls.ItemsControl
type HeaderedItemsControl = class
    inherit ItemsControl
Public Class HeaderedItemsControl
Inherits ItemsControl
Inheritance
Windows.UI.Xaml.Controls.ItemsControl
HeaderedItemsControl
Derived

Constructors

HeaderedItemsControl()

Initializes a new instance of the HeaderedItemsControl class.

Fields

HeaderProperty

Identifies the Header dependency property.

HeaderTemplateProperty

Identifies the HeaderTemplate dependency property.

OrientationProperty

Identifies the Orientation dependency property.

Properties

Header

Gets or sets the data used for the header of each control.

HeaderTemplate

Gets or sets the template used to display the content of the control's header.

Orientation

Gets or sets the Orientation used for the header.

Methods

OnHeaderChanged(Object, Object)

Called when the Header property changes.

Applies to