Version

ProjectView Class Members

The following tables list the members exposed by ProjectView.

Public Constructors
 NameDescription
Public ConstructorProjectView ConstructorInitializes a new ProjectView  
Public Properties
 NameDescription
Public PropertyDataItemGets the underlying data item if any.  
Public PropertyKeyReturns or sets the string used to uniquely identify the view within the ProjectViewProviderBase.Views.  
Public PropertySettingsReturns or sets an object that provides settings for the view.  
Public PropertySortedColumnsReturns a collection representing the sorted columns in the grid.  
Public PropertyTableKeyReturns or sets the id of the table displayed by the view.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromTimescaleXmlConverts the specified xml to an instance of Timescale.  
Public Methodstatic (Shared in Visual Basic)ToTimescaleXmlConverts the specified Timescale to its XML representation. This is the format that the XamGantt uses to serialize out Timescale instances into underlying data item that provides a string type property mapping.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also