Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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