wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-6eda3fe7.md
Lists values that specify the format condition dialog type.
Namespace : DevExpress.Xpf.Core.ConditionalFormatting
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum FormatConditionDialogType
Public Enum FormatConditionDialogType
| Name | Description |
|---|---|
GreaterThan |
The dialog corresponding to the “Greater Than” rule.
|
| LessThan |
The dialog corresponding to the “Less Than” rule.
|
| Between |
The dialog corresponding to the “Between” rule.
|
| EqualTo |
The dialog corresponding to the “Equal To” rule.
|
| TextThatContains |
The dialog corresponding to the “Text That Contains” rule.
|
| ADateOccurring |
The dialog corresponding to the “A Date Occuring” rule.
|
| CustomCondition |
The dialog corresponding to a custom rule.
|
| Top10Items |
The dialog corresponding to the “Top 10 Items” rule.
|
| Bottom10Items |
The dialog corresponding to the “Bottom 10 Items” rule.
|
| Top10Percent |
The dialog corresponding to the “Top 10 Percent” rule.
|
| Bottom10Percent |
The dialog corresponding to the “Bottom 10 Percent” rule.
|
| AboveAverage |
The dialog corresponding to the “Above Average” rule.
|
| BelowAverage |
The dialog corresponding to the “Below Average” rule.
|
| UniqueDuplicate |
The dialog corresponding to the “Duplicate Values” rule.
|
| DataUpdate |
The dialog corresponding to a data update rule.
|
The FormatConditionDialogType enumeration values are used as the parameters for the following methods.
See Also