Constructor
new(?column:TreeGridViewColumn, columnIndex:Int = -1, ?text:String)
Creates a new TreeGridViewHeaderState
object with the given arguments.
Available since
1.0.0
.Variables
column:TreeGridViewColumn
An item from the collection displayed by the TreeGridView
.
Available since
1.0.0
.columnIndex:Int = -1
The horizontal position of the header within the TreeGridView
.
Available since
1.0.0
.owner:TreeGridView
Returns a reference to the TreeGridView
that contains this header.
Available since
1.0.0
.text:String
Returns the text to display for the header, as returned by the function
TreeGridViewColumn.headerText
.
Available since
1.0.0
.See also: