Skip to main content

TimeScale.DisplayFormat Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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