Gets the text displayed in the cell header. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string HeaderText { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property HeaderText As String |
A string value.
See Also