Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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