Skip to main content
A newer version of this page is available. .

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

Declaration

public double ResourceMinHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the row height in pixels.

Remarks

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