FormatConditionRuleUniqueDuplicate Class
Applies a format if a column’s value is unique or a duplicate.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public class FormatConditionRuleUniqueDuplicate :
FormatConditionRuleAppearanceBase,
IFormatConditionRuleUniqueDuplicate,
IFormatConditionRuleBase
Remarks
The FormatConditionRuleUniqueDuplicate object allows you to highlight unique or duplicate column values.
The FormatConditionRuleUniqueDuplicate.FormatType property specifies whether to target unique or duplicate values.
You can use the FormatConditionRuleAppearanceBase.PredefinedName property to apply one of the predefined style formats (Italic Text, Red Bold Text, Green Fill, Yellow Text with Yellow Fill, etc.), or use the FormatConditionRuleAppearanceBase.Appearance property to provide a custom appearance.
The images below demonstrate examples of applying a FormatConditionRuleUniqueDuplicate
format.
See the following documents to learn more.
- GridControl: Conditional Formatting.
- PivotGridControl: Conditional Formatting.
- TreeList: Conditional Formatting.