Back to Devexpress

GanttView.EditableResourceLinks Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-156d9455.md

latest1.1 KB
Original Source

GanttView.EditableResourceLinks Property

Gets a list of resouce links that end users can edit in the treelist area.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
[Browsable(false)]
public IList EditableResourceLinks { get; }
vb
<Browsable(False)>
Public ReadOnly Property EditableResourceLinks As IList

Property Value

TypeDescription
IList

A list of resouce links that end users can edit in the treelist area.

|

Remarks

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace