Skip to main content

ASPxSchedulerResourceHeaderOptions.ShowCaption Property

Specifies whether or not to display Resource Header captions.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#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:

Object Type Path to ShowCaption
ASPxSchedulerOptionsView
.ResourceHeaders .ShowCaption
See Also