RasterTreeItem.setHeader( isHeader )
Apply or removes the header style to/from this tree item.Parameters
Name | Type | Description | |
---|---|---|---|
isHeader | boolean |
Apply the style of header to this tree item, false
removes it. |
Returns
Type | Description |
---|---|
object | The tree item object. This allow for chaining multiple setter methods in one single statement. |