Skip to main content

SchedulerViewBase.VerticalResourceHeaderStyle Property

Gets or sets a style of resource headers displayed vertically.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public Style VerticalResourceHeaderStyle { get; set; }

#Property Value

Type Description
Style

A Style object that specifies a style to be applied to resource headers.

#Remarks

Resource headers are displayed vertically in the scheduler control's Week View and Month View, when appointments are grouped by date, and always displayed vertically in the Timeline View. To specify the style to be applied to vertical resource headers, use the VerticalResourceHeaderStyle property. Note that in the Day View and Work-Week View, resource headers are always displayed horizontally. Use the SchedulerViewBase.HorizontalResourceHeaderStyle property, to specify the style of horizontal resource headers.

The VerticalResourceHeaderStyle property specifies the style that groups together properties, resources, and event handlers, and shares them between instances of the VisualResourceHeader type.

Target Type: VisualResourceHeader

To learn more, see Styles and Templates.

See Also