Gets or sets the header text of the control. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public string HeaderText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderText As String |
A string value.
See Also