Click or drag to resize
Appointment Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsAppointment

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[SerializableAttribute]
public class Appointment : StateManager, 
	ISerializable, ICustomTypeDescriptor, ICloneable

The Appointment type exposes the following members.

Constructors
Methods
  NameDescription
Public methodClone
Creates a new Appointment object that is a clone of the current instance.
Top
Properties
  NameDescription
Public propertyAllowDelete
Gets or sets a value indicating whether the deleting of this appointment is allowed.
Public propertyAllowEdit
Gets or sets a value indicating whether the editing of this appointment is allowed.
Public propertyAppointmentControls
Public propertyAttributes
Public propertyBackColor
Public propertyBorderColor
Public propertyBorderStyle
Public propertyBorderWidth
Public propertyClientID
Public propertyContextMenuID
Public propertyCssClass
Public propertyDataItem
Gets or sets the data item represented by the Appointment object in the KaxScheduler control.
Public propertyDescription
The Appointment description.
Public propertyDomElements
Public propertyDuration
The appointment duration.
Public propertyEnd
Public propertyFont
Public propertyForeColor
Public propertyID
Public propertyOwner
Public propertyRecurrenceParentID
Public propertyRecurrenceRule
Public propertyRecurrenceState
Public propertyReminders
A collection of all reminders associated with the appointment
Public propertyResources
Public propertyStart
Public propertySubject
The Appointment subject.
Public propertyToolTip
Public propertyVisible
Top
See Also