Gets or sets the text displayed in the column's header. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public string Name { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Name As String |
A string value specifying the column's header text.
See Also