Back to Devexpress

ResourceCategory.Caption Property

windowsforms-devexpress-dot-xtrascheduler-dot-resourcecategory-fe1b2ef7.md

latest1.6 KB
Original Source

ResourceCategory.Caption Property

Gets or sets the category caption.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public string Caption { get; set; }
vb
Public Property Caption As String

Property Value

TypeDescription
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.

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

See Also

ResourceCategory Class

ResourceCategory Members

DevExpress.XtraScheduler Namespace