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

HorizontalResourceHeader(BaseHeaderAppearance, SchedulerResourceHeaderOptions) Constructor

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

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