Back to Devexpress

TimeRulerFormatStringService Class

corelibraries-devexpress-dot-xtrascheduler-dot-services-dot-implementation.md

latest1.9 KB
Original Source

TimeRulerFormatStringService Class

Provides a wrapper for using the ITimeRulerFormatStringService interface, enabling you to change captions displayed in the Time Ruler.

Namespace : DevExpress.XtraScheduler.Services.Implementation

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class TimeRulerFormatStringService :
    ITimeRulerFormatStringService
vb
Public Class TimeRulerFormatStringService
    Implements ITimeRulerFormatStringService

Remarks

For information on using the TimeRulerFormatStringService, refer to the How to: Display TimeRulers with Different Time Formats Together document.

Inheritance

Object TimeRulerFormatStringService

See Also

TimeRulerFormatStringService Members

How to: Display TimeRulers with Different Time Formats Together

Formatting Services - an example of use

DevExpress.XtraScheduler.Services.Implementation Namespace