Skip to main content
A newer version of this page is available. .
All docs
V20.2

TimelineView.ResourceMaxHeight Property

Specifies the maximum resource height in the collapsed state. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public double ResourceMaxHeight { get; set; }

Property Value

Type Description
Double

The maximum resource height in the collapsed state, in pixels.

Remarks

Resources in TimelineView adapt their height depending on the number of appointments that reside in the same time slot. When the resource height exceeds the ResourceMaxHeight value, the resource displays the expand/collapse button.

Note

The ResourceMaxHeight property is not in effect if the ViewMode property is set to Legacy.

See Also