Version

Activity Class Properties

For a list of all members of this type, see Activity members.

Public Properties
 NameDescription
Public PropertyAllDayEventDetermines whether the Activity is an all day event.  
Public PropertyDataKeyGets/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)
Public PropertyDataRowA.T. DataRow reference  
Public PropertyDurationReturns or sets the time duration of the Activity.  
Public PropertyEnableReminderDetermines whether the Reminder is enabled.  
Public PropertyEnableReminderResolvedIndicates whether a reminder notification will be displayed for an Activity.  
Public PropertyEndDateTimeReturns or sets the end date/time of the Activity.  
Public PropertyEndDateTimeUtcReturns or sets the end date/time of the Activity.  
Public PropertyHasResourceIndicates whether this Activity has an organizing Resource.  
Public PropertyHasScheduleInfoIndicates whether the ScheduleInfo property has been initialized on the current Activity to a WebScheduleInfo owner.  
Public PropertyHasStyleIndicates whether a Style object has been created.  
Public PropertyImportanceIndicates if the Activity is of High, Medium or Low Importance.  
Public PropertyIsEmptyCheck if object contains only default values. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public PropertyIsMultiDayDetermines whether the Activity spans multiple days (read-only).  
Public PropertyIsOccurrence  
Public PropertyIsRecurring  
Public PropertyIsStandAlone  
Public PropertyIsVariance  
Public PropertyKeyGets/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)
Public PropertyOriginalStartDateTimeUtcReturns or sets the original start date/time of the Activity in a recurring series.  
Public PropertyRecurrenceGets/sets the Recurrence object that describes the recurrence pattern that determines the frequency at which individual occurrences occur.  
Public PropertyRecurrenceKeyGets/sets the key of the assigned Recurrence.  
Public PropertyRecurrencePatternA.T. RecurrencePattern - the encoded recurrence information: used in the GenericProvider  
Public PropertyReminderIntervalDetermines the length of time before an activity is due that the reminder dialog is displayed.  
Public PropertyResourceGets/sets the Resource associated with this Activity as it's organizer.  
Public PropertyResourceKeyGets/sets the key of the assigned Resource.  
Public PropertyScheduleInfoGets the WebScheduleInfo element owning this Activity object.  
Public PropertyShowTimeAsIndicates how the Activity should be displayed.  
Public PropertyStartDateTimeReturns or sets the start date/time of the Activity in Universal Coordinated Time (UTC).  
Public PropertyStartDateTimeUtcReturns or sets the start date/time of the Activity.  
Public PropertyStatusIndicates 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.  
Public PropertyStyleReturns or sets the Style object that controls the Activity's formatting.  
Public PropertyVisibleDetermines whether the Activity can be displayed.  
Protected Properties
 NameDescription
Protected PropertyEnableViewStateTurns on ViewState tracking for this WebObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertyEndDateTimeResolved  
Protected PropertyStartDateTimeResolved  
Protected PropertySubObjects (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertyViewStateGets a dictionary of state information (StateBag) that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
See Also