Skip to main content
A newer version of this page is available. .

ASPxSchedulerResourceHeaderOptions.ShowCaption Property

Specifies whether or not to display Resource Header captions.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

[DefaultValue(true)]
public bool ShowCaption { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display captions; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowCaption
ASP.NET Controls and MVC Extensions ASPxSchedulerOptionsView
.ResourceHeaders.ShowCaption
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsView
.ResourceHeaders.ShowCaption
See Also