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
#Property Value
Type | Description |
---|---|
Double | A Double value that specifies the row height in pixels. |
#Remarks
Tip
If the View
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).