Class HeaderedContentControl
Implements control with header
Inheritance
System.Object
HeaderedContentControl
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class HeaderedContentControl : ContentControl
Constructors
HeaderedContentControl()
Initializes a new instance of the HeaderedContentControl class.
Declaration
public HeaderedContentControl()
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. |