The following tables list the members exposed by ProjectColumnDefinition.
Name | Description | |
---|---|---|
ProjectColumnDefinition Constructor | Initializes a new ProjectColumnDefinition |
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) |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifierExtended) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) | |
SetField<T> | Overridden. Helper method used by property setters to change the value of a field and raise the PropertyChanged event. |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |