Back to Devexpress

SchedulerResourceHeaderOptionsBase.Height Property

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerresourceheaderoptionsbase.md

latest2.8 KB
Original Source

SchedulerResourceHeaderOptionsBase.Height Property

Gets or sets the height of the resource header.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(0)]
public virtual int Height { get; set; }
vb
<DefaultValue(0)>
Public Overridable Property Height As Integer

Property Value

TypeDefaultDescription
Int320

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

|

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.

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.

See Also

SchedulerResourceHeaderOptionsBase Class

SchedulerResourceHeaderOptionsBase Members

DevExpress.XtraScheduler Namespace