A newer version of this page is available.
Switch to the current version.
TimelineView.ShowResourceHeaders Property
Gets or sets whether resource headers are displayed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowResourceHeaders { get; set; }
<DefaultValue(True)>
Public Property ShowResourceHeaders As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to show resource headers; otherwise, false. |
Remarks
The following picture shows resource headers in the Timeline View.
See Also
Feedback