AppointmentPropertyNames.Pattern Property
Gets the list of properties characteristic for appointments of the ASPxAppointmentType.Pattern type.
Declaration
Pattern: 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 Pattern property returns the following:
“Description;Subject;Start;AllDay;StatusId;LabelId;Location;Pattern”.
See Also