| Name | Description |
| AllDayEvent | Determines whether the Activity is an all day event. |
| DataKey | Gets/sets unique key object used in data binding. For keys that are of type string, the Key property can also be used. (Inherited from Infragistics.WebUI.Shared.WebDataObject) |
| DataRow | A.T. DataRow reference |
| Duration | Returns or sets the time duration of the Activity. |
| EnableReminder | Determines whether the Reminder is enabled. |
| EnableReminderResolved | Indicates whether a reminder notification will be displayed for an Activity. |
| EndDateTime | Returns or sets the end date/time of the Activity. |
| EndDateTimeUtc | Returns or sets the end date/time of the Activity. |
| HasResource | Indicates whether this Activity has an organizing Resource. |
| HasScheduleInfo | Indicates whether the ScheduleInfo property has been initialized on the current Activity to a WebScheduleInfo owner. |
| HasStyle | Indicates whether a Style object has been created. |
| Importance | Indicates if the Activity is of High, Medium or Low Importance. |
| IsEmpty | Check if object contains only default values. (Inherited from Infragistics.WebUI.Shared.WebObjectBase) |
| IsMultiDay | Determines whether the Activity spans multiple days (read-only). |
| IsOccurrence | |
| IsRecurring | |
| IsStandAlone | |
| IsVariance | |
| Key | Gets/sets unique key string used in data binding. For keys that are not of type string, use the DataKey property. (Inherited from Infragistics.WebUI.Shared.WebDataObject) |
| OriginalStartDateTimeUtc | Returns or sets the original start date/time of the Activity in a recurring series. |
| Recurrence | Gets/sets the Recurrence object that describes the recurrence pattern that determines the frequency at which individual occurrences occur. |
| RecurrenceKey | Gets/sets the key of the assigned Recurrence. |
| RecurrencePattern | A.T. RecurrencePattern - the encoded recurrence information: used in the GenericProvider |
| ReminderInterval | Determines the length of time before an activity is due that the reminder dialog is displayed. |
| Resource | Gets/sets the Resource associated with this Activity as it's organizer. |
| ResourceKey | Gets/sets the key of the assigned Resource. |
| ScheduleInfo | Gets the WebScheduleInfo element owning this Activity object. |
| ShowTimeAs | Indicates how the Activity should be displayed. |
| StartDateTime | Returns or sets the start date/time of the Activity in Universal Coordinated Time (UTC). |
| StartDateTimeUtc | Returns or sets the start date/time of the Activity. |
| Status | Indicates the Status of the Activity. Normal Status means that the Activity's due date has not yet arrived. Expired indicates that the due date of the Activity has arrived and that the Resource that owns the Activity has been notified via the firing of an event. |
| Style | Returns or sets the Style object that controls the Activity's formatting. |
| Visible | Determines whether the Activity can be displayed. |