ResourceCategory.Caption Property
Gets or sets the category caption.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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.
If resources are displayed as category headers, you can use the ResourceCategory.Caption
property to provide a custom caption for the category.
See Also