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

SchedulerResourceHeaderOptionsBase.Height Property

Gets or sets the height of the resource header.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int Height { get; set; }

Property Value

Type Default Description
Int32 0

An integer value which represents the height of the resource header.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Height
WinForms Controls HorizontalResourceHeaders
.Options.Height
VerticalResourceHeaders
.Options.Height
SchedulerOptionsView
.ResourceHeaders.Height
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsView
.ResourceHeaders.Height
ASP.NET Web Forms Controls ASPxSchedulerOptionsView
.ResourceHeaders.Height

Remarks

The Height property specifies the height of the resource header shown horizontally in the Day, Work-Week, Week, or Month view, or vertically in the Timeline or Gantt view.

SchedulerResourceHeaderOptions_Height

If the Height property is set to 0, the height of the resource header is calculated automatically according to the SchedulerResourceHeaderOptionsBase.ImageAlign, SchedulerResourceHeaderOptions.ImageSize, SchedulerResourceHeaderOptionsBase.ImageSizeMode and SchedulerResourceHeaderOptionsBase.RotateCaption property values.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Height property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also