Constructor

@:value({ text : null, columnIndex : -1, column : null })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

.

@:value(-1)columnIndex:Int = -1

The horizontal position of the header within the TreeGridView.

Available since

1.0.0

.

@:value(true)enabled:Bool = true

Returns whether the item is enabled or not.

Available since

1.0.0

.

See also:

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: