windowsforms-devexpress-dot-xtraeditors-4365b3f7.md
Enumerates triggers for the FormatConditionRuleDataUpdate format.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum FormatConditionDataUpdateTrigger
Public Enum FormatConditionDataUpdateTrigger
| 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.
|
The following properties accept/return FormatConditionDataUpdateTrigger values:
Use the Trigger property to specify when a FormatConditionRuleDataUpdate format is activated.
See Also