Property
VisibleHeading
Description
Specifies whether to show the data heading on the control or not.
Type
Boolean
Values
True (-1)
The data heading is shown
False (0)
The data heading doesn't shows
Default
Example
Code
Cube1.VisibleHeading = True
HTML
<PARAM NAME="VisibleHeading" VALUE="-1">
See also
VisibleLayout
Organizes the control layout.
Notes
Don't use this parameter, instead use
VisibleLayout
and
VisibleLayoutOrder
.