Constructor

@:value({ text : null, columnIndex : -1, column : null })new(?column:GridViewColumn, columnIndex:Int = -1, ?text:String)

Creates a new GridViewHeaderState object with the given arguments.

Available since

1.0.0

.

Variables

read onlycolumn:GridViewColumn

An item from the collection displayed by the GridView.

Available since

1.0.0

.

read onlycolumnIndex:Int

The horizontal position of the header within the GridView.

Available since

1.0.0

.

read onlytext:String

Returns the text to display for the header, as returned by the function GridViewColumn.headerText.

Available since

1.0.0

.

See also: