FormatConditionDataUpdateTrigger Enum
Enumerates triggers for the FormatConditionRuleDataUpdate format.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Custom
|
Allows you to implement a custom trigger for the format rule by handling the Grid |
Value
|
Activates a format when a value increases. |
Value
|
Activates a format when a value decreases. |
Value
|
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.