Skip to main content
A newer version of this page is available. .

DataUpdateRule Enum

Lists the values that specify the rule for the data update conditional format.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public enum DataUpdateRule

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.

See Also