Back to Devexpress

TimelineView.ResourceMinHeight Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-5d787557.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double ResourceMinHeight { get; set; }
vb
Public Property ResourceMinHeight As Double

Property Value

TypeDescription
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

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace