DataUpdateRule Enum
Lists the values that specify the rule for the data update conditional format.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Never
|
The data update formatting is never applied. |
Always
|
The data update formatting is applied when a corresponding value decreases or increases. |
Increase
|
The data update formatting is applied when a corresponding value increases. |
Decrease
|
The data update formatting is applied when a corresponding value decreases. |
Custom
|
The data update formatting is applied according to a custom logic defined in the TableView.CustomDataUpdateFormatCondition (or TreeListView.CustomDataUpdateFormatCondition) event handler. |
Related API Members
The following properties accept/return DataUpdateRule values:
Remarks
The values listed by the DataUpdateRule enumeration are used to set the DataUpdateFormatCondition.Rule property.