4.373 HeaderedContentControl
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > HeaderedContentControl, IInputElement | |
HeaderedContentControl | |
Expander GroupBox TabItem | |
(usage) |
<HeaderedContentControl> x:Object </HeaderedContentControl> |
(description) |
Provides the base implementation for all controls that contain single content and have a header. |
[content property] |
Content |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
Header |
x:Object |
(description) |
The data used for the header of each control. |
HeaderStringFormat |
x:String |
(description) |
A composite string that specifies how to format the Header property if it is displayed as a string. |
HeaderTemplate |
DataTemplate |
(description) |
The template used to display the content of the control's header. |
HeaderTemplateSelector |
DataTemplateSelector |
(description) |
A data template selector that provides custom logic for choosing the template used to display the header. |