ClassRadHeaderedControl
Represents an extended RadControl class that adds the "Header" notation. Typically header is considered a label on top of the control that hints for the control's purpose in the UI.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class RadHeaderedControl : RadControl
Inheritance: objectRadControlRadHeaderedControl
Derived Classes:
Inherited Members
Constructors
RadHeaderedControl()
Declaration
protected RadHeaderedControl()
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
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides