Class GroupHeader
Represents a single group header in a FontListBox control.
Inheritance
System.Object
GroupHeader
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
[SkinType(SkinVisualStyle = Skin.Office2007Blue, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/Office2007BlueStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2007Black, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/Office2007BlackStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2007Silver, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/Office2007SilverStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2010Blue, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/Office2010BlueStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2010Black, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/Office2010BlackStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2010Silver, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/Office2010SilverStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2003, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/Office2003Style.xaml")]
[SkinType(SkinVisualStyle = Skin.ShinyBlue, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/ShinyBlueStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.ShinyRed, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/ShinyRedStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.SyncOrange, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/SyncOrangeStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Blend, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/BlendStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Default, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf;component/Controls/FontListBox/Themes/Generic.xaml")]
[SkinType(SkinVisualStyle = Skin.Metro, Type = typeof(GroupHeader), XamlResource = "/Syncfusion.Tools.Wpf.Classic;component/Controls/FontListBox/Themes/MetroStyle.xaml")]
public class GroupHeader : Control
Constructors
GroupHeader()
Initializes a new instance of the GroupHeader class.
Declaration
public GroupHeader()
Fields
TextProperty
Identifies Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Text
Gets or sets the text for group header. This is a dependency property.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Type: System.String |
See Also
System.String
Methods
OnTextChanged(DependencyPropertyChangedEventArgs)
Updates property value cache and raises TextChanged event.
Declaration
protected virtual void OnTextChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Property changes details, such as old value and new value. |
Events
TextChanged
Event that is raised when Text property is changed.
Declaration
public event PropertyChangedCallback TextChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |