Back to Devexpress

ResourcesTree.Columns Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcestree-1eec0615.md

latest2.1 KB
Original Source

ResourcesTree.Columns Property

Provides access to a collection of ResourcesTree columns.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.SchedulerExtensions

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(true, true, true)]
public ResourceTreeColumnCollection Columns { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(True, True, True)>
Public ReadOnly Property Columns As ResourceTreeColumnCollection

Property Value

TypeDescription
DevExpress.XtraScheduler.Native.ResourceTreeColumnCollection

A ResourceTreeColumnCollection object that is a collection of all the columns within a resources tree control.

|

Remarks

This property provides access to all the columns present in the Resources Tree control. It allows you to add and delete columns using the appropriate methods. Individual columns can be accessed using indexed notation or the bound field name as parameters.

Since the ResourcesTree inherits from the Tree List control, you can learn about columns in the Columns topic.

See Also

Columns

ResourcesTree Class

ResourcesTree Members

DevExpress.XtraScheduler.UI Namespace