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

TimeScale.DisplayFormat Property

Gets or sets the format of the string displayed in the timeline caption.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

[DefaultValue("")]
public string DisplayFormat { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the format string of the caption.

See Also