Back to Devexpress

GanttView.UseResourcesAsTaskContent Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-bbfe4d49.md

latest1.5 KB
Original Source

GanttView.UseResourcesAsTaskContent Property

Gets or sets whether to display the names of assigned resources as the task content instead of task names. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public bool? UseResourcesAsTaskContent { get; set; }
vb
Public Property UseResourcesAsTaskContent As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true, to display names of assigned resources as the task content; otherwise, false.

|

Remarks

Display Resources Names

Display the Task Name

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace