Skip to main content
All docs
V25.1
  • ResourceCategory.Caption Property

    Gets or sets the category caption.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.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