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]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
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 |