Skip to main content

HorizontalResourceHeader(BaseHeaderAppearance, SchedulerResourceHeaderOptions) Constructor

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public HorizontalResourceHeader(
    BaseHeaderAppearance appearance,
    SchedulerResourceHeaderOptions options
)

Parameters

Name Type Description
appearance BaseHeaderAppearance

A BaseHeaderAppearance object, which provides the appearance settings for the visual element.

options SchedulerResourceHeaderOptions

A SchedulerResourceHeaderOptions object, providing various visual settings for the resource headers.

See Also