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

FormatTimeIntervalInfo.FormatString Property

Specifies the format string to display the datetime value by the control.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.2.Reporting.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A format string.

Remarks

The string should follow the common pattern for the .NET format strings. For example:

{0:MM/dd/yyyy}-{1:MM/dd/yyyy},

where two parameters indicate the start and the end of the range represented by the time cells.

See Also