Version

ProjectColumnDefinition Class Members

The following tables list the members exposed by ProjectColumnDefinition.

Public Constructors
 NameDescription
Public ConstructorProjectColumnDefinition ConstructorInitializes a new ProjectColumnDefinition  
Public Properties
 NameDescription
Public PropertyAllowCaseSensitiveSortReturns or sets a boolean indicating if the sort of a column should ignore the case. This is only used for string columns.  
Public PropertyDataTypeReturns or sets the type of data for the field. This is only used for custom columns.  
Public PropertyDisplayNameReturns or sets the text that the end user will use to refer to the column.  
Public PropertyDisplayNameResolvedReturns the resolved DisplayName that the end user will use to refer to the column.  
Public PropertyEditorValueConverterReturns or sets the converter that will be used to edit the value for the column.  
Public PropertyEditorValueConverterParameterReturns or sets the parameter that will be used with the EditorValueConverter  
Public PropertyIsCustomReturns a boolean indicating if this represents a custom column.  
Public PropertyIsReadOnlyReturns or sets a boolean indicating if the column is modifiable.  
Public PropertyIsSortableReturns or sets a boolean indicating if the column may be sorted.  
Public PropertyKeyReturns or sets the name of the field in the ProjectTask that the column represents.  
Public PropertySortComparerReturns or sets an IComparer used when performing a sort on the column's values.  
Public PropertyValueConverterReturns or sets the converter that will be used to display the value for the column.  
Public PropertyValueConverterParameterReturns or sets the parameter that will be used with the ValueConverter  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
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>Overridden. Helper method used by property setters to change the value of a field and raise the PropertyChanged event.  
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also