FormatConditionDialogType Enum
Lists values that specify the format condition dialog type.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Greater
|
The dialog corresponding to the “Greater Than” rule. |
Less
|
The dialog corresponding to the “Less Than” rule. |
Between
|
The dialog corresponding to the “Between” rule. |
Equal
|
The dialog corresponding to the “Equal To” rule. |
Text
|
The dialog corresponding to the “Text That Contains” rule. |
ADate
|
The dialog corresponding to the “A Date Occuring” rule. |
Custom
|
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. |
Above
|
The dialog corresponding to the “Above Average” rule. |
Below
|
The dialog corresponding to the “Below Average” rule. |
Unique
|
The dialog corresponding to the “Duplicate Values” rule. |
Data
|
The dialog corresponding to a data update rule. |
#Remarks
The FormatConditionDialogType enumeration values are used as the parameters for the following methods.
- PivotGridControl.ShowFormatConditionDialog
- TableView.ShowFormatConditionDialog
- TreeListView.ShowFormatConditionDialog