Skip to main content
All docs
V23.2

HeaderCaptionService(SchedulerControl) Constructor

Initializes a new instance of the HeaderCaptionService class with specified settings.

Namespace: DevExpress.XtraScheduler.Services.Implementation

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public HeaderCaptionService(
    SchedulerControl scheduler
)

Parameters

Name Type
scheduler SchedulerControl
See Also