Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FormatTimeIntervalInfo.FormatString Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#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