Skip to main content

AppointmentPropertyNames.Normal Property

Gets the list of properties characteristic for appointments of the ASPxAppointmentType.Normal type.

Declaration

Normal: string

Property Value

Type Description
string

A string array which is composed of the appointment property names.

Remarks

Use this property to facilitate appointment property listing, which is passed as a parameter in the ASPxClientScheduler.RefreshClientAppointmentProperties method.

Currently the Normal property returns the following:

“Description;Subject;Start;AllDay;StatusId;LabelId;Location”.

See Also