ClassRadHeaderedContentControl
Defines a RadContentControl class that adds notation for a header.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class RadHeaderedContentControl : RadContentControl
Inheritance: objectRadContentControlRadHeaderedContentControl
Inherited Members
Constructors
RadHeaderedContentControl()
Declaration
protected RadHeaderedContentControl()
Fields
HeaderProperty
Identifies the Header property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
HeaderStyleProperty
Identifies the HeaderStyle property.
Declaration
public static readonly DependencyProperty HeaderStyleProperty
Field Value
DependencyProperty
HeaderTemplateProperty
Identifies the HeaderTemplate property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
DependencyProperty
Properties
Header
Gets or sets the object that represents the header content.
HeaderStyle
Gets or sets the Style object that defines the appearance of the Header part of the Control. Typically that part will be represented by a ContentControl instance.
Declaration
public Style HeaderStyle { get; set; }
Property Value
Style
HeaderTemplate
Gets or sets the DataTemplate instance that defines the appearance of the header.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
DataTemplate