Version

ProjectColumnDefinition Class Properties

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

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)
See Also