Back to Devexpress

AppointmentFormatStringService.GetContinueItemEndFormat(IAppointmentViewInfo) Method

corelibraries-devexpress-dot-xtrascheduler-dot-services-dot-implementation-dot-appointmentformatstringservice-dot-getcontinueitemendformat-x28-devexpress-dot-xtrascheduler-dot-drawing-dot-iappointmentviewinfo-x29.md

latest2.8 KB
Original Source

AppointmentFormatStringService.GetContinueItemEndFormat(IAppointmentViewInfo) Method

Override this method to change the format of the appointment continue item.

Namespace : DevExpress.XtraScheduler.Services.Implementation

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public string GetContinueItemEndFormat(
    IAppointmentViewInfo aptViewInfo
)
vb
Public Function GetContinueItemEndFormat(
    aptViewInfo As IAppointmentViewInfo
) As String

Parameters

NameTypeDescription
aptViewInfoIAppointmentViewInfo

An object exposing the IAppointmentViewInfo interface.

|

Returns

TypeDescription
String

A format string.

|

Remarks

The location of the formatted item is illustrated in the following picture:

The format string used is “{0: dd}”

For information on using the AppointmentFormatStringService refer to the How to: Display Appointments in Military Time topic and the online example Formatting Services - an example of use.

See Also

Formatting Services

AppointmentFormatStringService Class

AppointmentFormatStringService Members

DevExpress.XtraScheduler.Services.Implementation Namespace