Version

ActivityBase Class Properties

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

Public Properties
 NameDescription
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEndReturns the ending date and time for this activity.  
Public PropertyIsSelectedReturns a boolean value indicating whether this activity is selected.  
Public PropertyOwnerReturns the Owner associated with this activity, or null if it is not associated with an Owner.  
Public PropertySpanReturns the amount of time spanned by this activity, obtained by subtracting the value of the Start property from the value of the End property.  
Public PropertyStartReturns the starting date and time for this activity.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns the text associated with this activity.  
Public PropertyVisibleReturns whether this activity is visible in the user interface.  
Public PropertyVisibleResolvedReturns the resolved value of this activity's Visible property.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also