For a list of all members of this type, see ProjectColumnDefinition members.
| Name | Description | |
|---|---|---|
![]() | AllowCaseSensitiveSort | Returns or sets a boolean indicating if the sort of a column should ignore the case. This is only used for string columns. |
![]() | DataType | Returns or sets the type of data for the field. This is only used for custom columns. |
![]() | DisplayName | Returns or sets the text that the end user will use to refer to the column. |
![]() | DisplayNameResolved | Returns the resolved DisplayName that the end user will use to refer to the column. |
![]() | EditorValueConverter | Returns or sets the converter that will be used to edit the value for the column. |
![]() | EditorValueConverterParameter | Returns or sets the parameter that will be used with the EditorValueConverter |
![]() | IsCustom | Returns a boolean indicating if this represents a custom column. |
![]() | IsReadOnly | Returns or sets a boolean indicating if the column is modifiable. |
![]() | IsSortable | Returns or sets a boolean indicating if the column may be sorted. |
![]() | Key | Returns or sets the name of the field in the ProjectTask that the column represents. |
![]() | SortComparer | Returns or sets an IComparer used when performing a sort on the column's values. |
![]() | ValueConverter | Returns or sets the converter that will be used to display the value for the column. |
![]() | ValueConverterParameter | Returns or sets the parameter that will be used with the ValueConverter |
| Name | Description | |
|---|---|---|
![]() | HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |