Back to Devexpress

FormatTimeIntervalInfo.AutoFormat Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-formattimeintervalinfo.md

latest1.8 KB
Original Source

FormatTimeIntervalInfo.AutoFormat Property

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AutoFormat { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AutoFormat As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

FormatTimeIntervalInfo Class

FormatTimeIntervalInfo Members

DevExpress.XtraScheduler.Reporting Namespace