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

TimeScaleBase.DisplayFormats Property

Gets or sets the collection of string formats displayed in the timeline caption.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public IEnumerable<string> DisplayFormats { get; set; }

Property Value

Type Description
IEnumerable<String>

A IEnumerable<T><String,> object that is the collection of string values specifying caption’s format.

See Also