Click or drag to resize

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; }

Property Value

Type: String
The header text.
See Also