Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FormatConditionRuleUniqueDuplicate Class

Applies a format if a column’s value is unique or a duplicate.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.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.

FormatUniqueValuesBoldText FormatDiplicateValuesStrikeoutTextRedFill

See the following documents to learn more.

#Inheritance

See Also