Class
RadHeaderedContentControl

Defines a RadContentControl class that adds notation for a header.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class RadHeaderedContentControl : RadContentControl

Inheritance: objectRadContentControlRadHeaderedContentControl

Inherited Members RadContentControl.IsFocusedPropertyRadContentControl.BeginVisualStateUpdate()RadContentControl.EndVisualStateUpdate(bool, bool)RadContentControl.UpdateVisualState(bool)RadContentControl.OnApplyTemplate()RadContentControl.SetVisualState(string, bool)RadContentControl.CanUpdateVisualState()RadContentControl.OnUnloaded(object, RoutedEventArgs)RadContentControl.OnLoaded(object, RoutedEventArgs)RadContentControl.ComposeVisualStateName()RadContentControl.OnGotFocus(RoutedEventArgs)RadContentControl.OnLostFocus(RoutedEventArgs)RadContentControl.OnCreateAutomationPeer()RadContentControl.GetTemplatePart<T>(string, bool)RadContentControl.CurrentVisualStateRadContentControl.IsLoadedRadContentControl.IsTemplateAppliedRadContentControl.IsFocusedRadContentControl.IsProperlyTemplated

Constructors

RadHeaderedContentControl()

Declaration

cs-api-definition
protected RadHeaderedContentControl()

Fields

HeaderProperty

Identifies the Header property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

HeaderStyleProperty

Identifies the HeaderStyle property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderStyleProperty

Field Value

DependencyProperty

HeaderTemplateProperty

Identifies the HeaderTemplate property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderTemplateProperty

Field Value

DependencyProperty

Properties

Header

Gets or sets the object that represents the header content.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

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

cs-api-definition
public Style HeaderStyle { get; set; }

Property Value

Style

HeaderTemplate

Gets or sets the DataTemplate instance that defines the appearance of the header.

Declaration

cs-api-definition
public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate