Back to Devexpress

TimeScale.DisplayFormat Property

corelibraries-devexpress-dot-xtrascheduler-dot-timescale.md

latest1.3 KB
Original Source

TimeScale.DisplayFormat Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
[DefaultValue("")]
public string DisplayFormat { get; set; }
vb
<DefaultValue("")>
Public Property DisplayFormat As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value specifying the format string of the caption.

|

See Also

TimeScale Class

TimeScale Members

DevExpress.XtraScheduler Namespace