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

FormatConditionDataUpdateTrigger Enum

Enumerates triggers for the FormatConditionRuleDataUpdate format.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum FormatConditionDataUpdateTrigger

#Members

Name Description
Custom

Allows you to implement a custom trigger for the format rule by handling the GridView.FormatRuleDataUpdateCustomTrigger event. End-users are not able to access and modify custom triggers at runtime (in the Conditional Formatting Rules Manager).

ValueIncreased

Activates a format when a value increases.

ValueDecreased

Activates a format when a value decreases.

ValueChanged

Activates a format when a value changes.

#Related API Members

The following properties accept/return FormatConditionDataUpdateTrigger values:

#Remarks

Use the Trigger property to specify when a FormatConditionRuleDataUpdate format is activated.

See Also