menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderedContentControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderedContentControl

    Represents a control with header content

    Inheritance
    System.Object
    HeaderedContentControl
    HubTileBase
    Namespace: Syncfusion.Windows.Primitives
    Assembly: Syncfusion.SfHubTile.Wpf.dll
    Syntax
    public class HeaderedContentControl : ContentControl

    Constructors

    HeaderedContentControl()

    Declaration
    public HeaderedContentControl()

    Fields

    HeaderProperty

    Using a DependencyProperty as the backing store for Header. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HeaderProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeaderStyleProperty

    Using a DependencyProperty as the backing store for HeaderStyle. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HeaderStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeaderTemplateProperty

    Using a DependencyProperty as the backing store for HeaderTemplate. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HeaderTemplateProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeaderTemplateSelectorProperty

    Using a DependencyProperty as the backing store for HeaderTemplateSelector. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HeaderTemplateSelectorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Header

    Gets or sets the data used as header

    Declaration
    public object Header { get; set; }
    Property Value
    Type
    System.Object

    HeaderStyle

    Gets or sets the style for the data used as header

    Declaration
    public Style HeaderStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    HeaderTemplate

    Gets or sets the template for the data used as header

    Declaration
    public DataTemplate HeaderTemplate { get; set; }
    Property Value
    Type
    System.Windows.DataTemplate

    HeaderTemplateSelector

    Gets or sets the TemplateSelector for the data used as header

    Declaration
    public DataTemplateSelector HeaderTemplateSelector { get; set; }
    Property Value
    Type
    System.Windows.Controls.DataTemplateSelector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved