TimeIntervalInfo.FormatType Property
Specifies the format pattern used to print information in the TimeIntervalInfo control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll
Declaration
[DefaultValue(TimeIntervalFormatType.Default)]
[XtraSerializableProperty]
public TimeIntervalFormatType FormatType { get; set; }
<DefaultValue(TimeIntervalFormatType.Default)>
<XtraSerializableProperty>
Public Property FormatType As TimeIntervalFormatType
Property Value
Type | Default | Description |
---|---|---|
TimeIntervalFormatType | Default |
A TimeIntervalFormatType enumeration, representing a format type. |
Remarks
You can specify the format type which best fits the report layout, or use the TimeIntervalFormatType.Default setting, to set the format string according to the associated View type.
See Also
Feedback