Skip to main content

ResourceCategory.Caption Property

Gets or sets the category caption.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string value that specifies the category caption.

Remarks

If the SchedulerControl.OptionsView.ResourceCategories.ResourceDisplayStyle property is set to Headers, all resources in a category are displayed as a single category header.

image

If resources are displayed as category headers, you can use the ResourceCategory.Caption property to provide a custom caption for the category.

image

See Also