Class HeaderedContentControl
Represents a control with header content
Namespace: Syncfusion.UI.Xaml.Primitives
Assembly: Syncfusion.SfShared.UWP.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.Style |
HeaderTemplate
Gets or sets the template for the data used as header
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
HeaderTemplateSelector
Gets or sets the TemplateSelector for the data used as header
Declaration
public DataTemplateSelector HeaderTemplateSelector { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Controls.DataTemplateSelector |