TimeRulerCellControl.TimeDesignatorStringFormat Property
Gets or sets the AM/PM designator.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
String | A format string used as the AM/PM designator. |
Remarks
The time designator is displayed in two situations:
- If the cell’s time interval starts with midnight or noon (the TimeRulerCellViewModel.IsTimeDesignatorBoundary for the cell’s View Model is true)
- If the TimeRuler.AlwaysShowTimeDesignator option is true and the cell’s time interval starts with the beginning of an hour (the TimeRulerCellControl.IsHourBoundary property is true).
If the TimeDesignatorStringFormat property is not set, the “tt” format string is used, which defines a culture-sensitive AM/PM designator.
See Also