FormatTimeIntervalInfo.AutoFormat Property
Specifies whether the date format is dependant on the bound time cells.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
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