class ColumnHeadingControl
A grid column heading.
Syntax
These controls are created for each GridColumn object.
Properties
The following tables list the properties of interest in the ColumnHeadingControl class. (No particular events or methods are associated with this class.)
Property |
Default |
Description |
COLUMNHEADINGCONTROL |
Identifies the object as an instance of the ColumnHeadingControl class | |
(COLUMNHEADINGCONTROL) |
Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName | |
WindowText |
The color of the control and its text | |
|
A text formatting function | |
|
Formatting template | |
|
The text displayed in the ColumnHeadingControl object |
The following table lists the common properties, events, and methods of the ColumnHeadingControl class:
Description
Each column in a grid has a ColumnHeadingControl object that represents the column heading. It is accessible through the GridColumn object’s headingControl property.
As with all column controls, the width
for the control is in the parent GridColumn object, not the control itself.
The height is controlled by the
cellHeight of the grid.
If a mouse event is implemented for this control it overrides the matching
grid level event.