Version

CaptionHeaderVisible Property

Indicates whether the caption header atop this WebSchedule view element should be displayed.
Syntax
'Declaration
 
Public Property CaptionHeaderVisible As Boolean
public bool CaptionHeaderVisible {get; set;}
Remarks

By default, the caption header is shown. Set this property to false in order to hide it. Note that hiding the caption header will also hide the navigational buttons, if any, regardless of what the setting of NavigationButtonsVisible.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also