Skip to main content

InitClientAppointmentEventArgs.Properties Property

Gets the dictionary containing name-value pairs for client appointment properties.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public Dictionary<string, object> Properties { get; }

Property Value

Type Description
Dictionary<String, Object>

A Dictionary<TKey,TValue><String,Object,> object containing name-value pairs.

See Also