Class HeaderedItemsControl
Implements items control with header
Inheritance
System.Object
HeaderedItemsControl
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class HeaderedItemsControl : ItemsControl
Constructors
HeaderedItemsControl()
Initializes a new instance of the HeaderedContentControl class.
Declaration
public HeaderedItemsControl()
Fields
HeaderProperty
The header property
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
HasHeader
Gets a value indicating whether this instance has header.
Declaration
public bool HasHeader { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Header
Gets or sets the header.
Declaration
public object Header { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The header. |