Skip to main content

TimelineView.ResourceMinHeight Property

Gets or sets the resource row’s minimum height when the TimelineView.ResourceAutoHeight is true. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public double ResourceMinHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the row height in pixels.

Remarks

Tip

If the ViewMode property is set to Standard, the auto height feature is enabled regardless of the TimelineView.ResourceAutoHeight property value.

Use the ResourceMinHeight property to specify the minimum height of resource rows in the Timeline View when the TimelineView.ResourceAutoHeight is true. To display resource rows, the scheduler should be in grouped mode (the SchedulerControl.GroupType is set to the SchedulerGroupType.Resource or SchedulerGroupType.Date value).

See Also