SchedulerResourceHeaderOptions Class
In This Article
Provides resource header options for the Scheduler control.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class SchedulerResourceHeaderOptions :
SchedulerResourceHeaderOptionsBase
#Related API Members
The following members return SchedulerResourceHeaderOptions objects:
#Remarks
The SchedulerResourceHeaderOptions class provides a set of properties that control how the resource headers will look within a Scheduler control. These properties can be accessed via the SchedulerOptionsView.ResourceHeaders property of the control’s SchedulerControl.OptionsView.
#Inheritance
See Also