InitClientAppointmentEventArgs.Properties Property
Gets the dictionary containing name-value pairs for client appointment properties.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Dictionary<String, Object> | A Dictionary<TKey,TValue><String,Object,> object containing name-value pairs. |
See Also