SchedulerClientSideEvents.AppointmentDoubleClick Property
Gets or sets a client-side handler for a client scheduler's ASPxClientScheduler.AppointmentDoubleClick event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[DefaultValue("")]
public string AppointmentDoubleClick { get; set; }
<DefaultValue("")>
Public Property AppointmentDoubleClick As String
Property Value
Type | Default | Description |
---|---|---|
String | A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. |
See Also
Feedback