Back to Devexpress

AppointmentViewInfoCustomizingEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-e5c40e2f.md

latest1.9 KB
Original Source

AppointmentViewInfoCustomizingEventArgs Class

Provides data for the ASPxScheduler.AppointmentViewInfoCustomizing event.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class AppointmentViewInfoCustomizingEventArgs :
    EventArgs
vb
Public Class AppointmentViewInfoCustomizingEventArgs
    Inherits EventArgs

AppointmentViewInfoCustomizingEventArgs is the data class for the following events:

Remarks

The ASPxScheduler.AppointmentViewInfoCustomizing event is fired when an appointment’s visual settings are amended. The AppointmentViewInfoCustomizingEventArgs.ViewInfo property provides access to the modified appointment settings.

Inheritance

Object EventArgs AppointmentViewInfoCustomizingEventArgs

See Also

AppointmentViewInfoCustomizingEventArgs Members

DevExpress.Web.ASPxScheduler Namespace