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.AutoFormat Property

Specifies whether the date format is dependant on the bound time cells.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool AutoFormat { get; set; }

#Property Value

Type Default Description
Boolean true

true to select the format automatically dependant on the time cells; otherwise, false.

#Remarks

To display the date value the FormatTimeIntervalInfo control can select the format automatically, according to the FormatTimeIntervalInfo.TimeCells control to which it is bound. If the AutoFormat is set to false, you can specify any appropriate format for display.

See Also