Skip to main content
A newer version of this page is available. .

SchedulerViewInfoBase.ResourceHeaders Property

Gets the resource headers currently shown in the current scheduler view.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public SchedulerHeaderCollection ResourceHeaders { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Drawing.SchedulerHeaderCollection

A DevExpress.XtraScheduler.Drawing.SchedulerHeaderCollection object.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also