TimelineView.ResourceMaxHeight Property
In This Article
Specifies the maximum resource height in the collapsed state. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#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 Resource
See Also