Skip to main content
A newer version of this page is available. .

SchedulerResourceHeaderOptions Class

Provides resource header options for the Scheduler control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public class SchedulerResourceHeaderOptions :
    SchedulerResourceHeaderOptionsBase

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.

See Also