Back to Devexpress

TimelineView.ResourceMaxHeight Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-b6c99c13.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double ResourceMaxHeight { get; set; }
vb
Public Property ResourceMaxHeight As Double

Property Value

TypeDescription
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

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace