PropertyModelBooleanFilterSource Enum
Specifies the source IPropertyModel boolean properties that can be used by a PropertyModelBooleanFilter.
public enum PropertyModelBooleanFilterSource
Fields
| Name | Description |
|---|---|
| CanResetValue | The CanResetValue property should be used as the source. |
| HasStandardValues | The HasStandardValues property should be used as the source. |
| IsLimitedToStandardValues | The IsLimitedToStandardValues property should be used as the source. |
| IsMergeable | The IsMergeable property should be used as the source. |
| IsModified | The IsModified property should be used as the source. |
| IsReadOnly | The IsReadOnly property should be used as the source. |