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

FormatConditionRuleChangeType Enum

Enumerates values indicating how the rule has been changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Flags]
public enum FormatConditionRuleChangeType

Members

Name Description
None

No changes.

UI

UI settings have been updated.

Data

Data has been updated.

All

Data and UI settings have been updated.

See Also