Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: 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