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

FormatTimeIntervalInfo.AutoFormat Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

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