The following tables list the members exposed by ProjectTaskStatesVisibilityConverter.
Name | Description | |
---|---|---|
ProjectTaskStatesVisibilityConverter Constructor | Initializes a new ProjectTaskStatesVisibilityConverter |
Name | Description | |
---|---|---|
DestinationValue | The value returned from the Convert if the value provided includes the RequiredStates and does not have any of the DisallowedStates (Inherited from Infragistics.Controls.Schedules.Primitives.ProjectTaskStatesValueConverter) | |
DisallowedStates | The flags compared against the value provided to the Convert method. (Inherited from Infragistics.Controls.Schedules.Primitives.ProjectTaskStatesValueConverter) | |
FallbackValue | The value returned from the Convert if the value provided doesn't have all the RequiredStates and has any of the DisallowedStates (Inherited from Infragistics.Controls.Schedules.Primitives.ProjectTaskStatesValueConverter) | |
RequiredStates | The flags compared against the value provided to the Convert method. (Inherited from Infragistics.Controls.Schedules.Primitives.ProjectTaskStatesValueConverter) |
Name | Description | |
---|---|---|
Convert | Returns the DestinationValue value if the value contains the RequiredStates and does not contain any of the DisallowedStates (Inherited from Infragistics.Controls.Schedules.Primitives.ProjectTaskStatesValueConverter) | |
ConvertBack | Converting back is not support (Inherited from Infragistics.Controls.Schedules.Primitives.ProjectTaskStatesValueConverter) |