GridColumnHeaderText Property |
Gets or sets the text to display in the header of the column.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string HeaderText { get; set; }
Public Property HeaderText As String
Get
Set
member HeaderText : string with get, set
Property Value
Type:
StringThe header text.
See Also