MobileForms Toolkit Documentation

CustomAppointment Properties

The properties of the CustomAppointment class are listed below. For a complete list of CustomAppointment class members, see the CustomAppointment Members topic.

Public Instance Properties

AllDayEvent Gets or sets a value indicating whether a CustomAppointment occurs as an all day event. By default, appointments occur at a particular point in the day.
BorderColor Gets or sets the grip and the selection border color of the CustomAppointment.
Color Gets or sets the color of the CustomAppointment.
End Gets or sets the Appointment's end time. This System.DateTime value must be greater than or equal to the Appointment's start time.
GradientBackColor Get or sets the gradient back color.
IconIndexes Gets or sets indexes of icons from the ImageList: Icons property.
Location Gets or sets a CustomAppointment's location. This string is limited to 1023 characters.
Start Gets or sets the Appointment's start time. This System.DateTime value must be less than or equal to the Appointment's end time.
Tag Gets or sets the object that contains data about the CustomAppointment.
TextColor Gets or sets the color of the appointment's Title text.
Title Gets or sets the title of the CustomAppointment.
TitleFont Gets or sets the font of the title in the CustomAppointment.
ToolTip Gets or sets the Tooltip of the CustomAppointment.

See Also

CustomAppointment Class | Resco.Controls.OutlookControls Namespace