AppointmentFlyoutShowingEventArgs(IAppointmentFlyoutData, HtmlTemplate) Constructor
Initializes a new instance of the AppointmentFlyoutShowingEventArgs class with specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
public AppointmentFlyoutShowingEventArgs(
IAppointmentFlyoutData flyoutData,
HtmlTemplate htmlTemplate = null
)
Parameters
Name | Type |
---|---|
flyoutData | IAppointmentFlyoutData |
Optional Parameters
Name | Type | Default |
---|---|---|
htmlTemplate | HtmlTemplate | null |
See Also