Constructor
new(?column:GridViewColumn, columnIndex:Int = -1, ?text:String)
Creates a new GridViewHeaderState
object with the given arguments.
Available since
1.0.0
.Variables
columnIndex:Int = -1
The horizontal position of the header within the GridView
.
Available since
1.0.0
.text:String
Returns the text to display for the header, as returned by the function
GridViewColumn.headerText
.
Available since
1.0.0
.See also: