Back to Devexpress

UniqueDuplicateRule Enum

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-5ca13bca.md

latest1.4 KB
Original Source

UniqueDuplicateRule Enum

Lists the values that specify the rule for the unique/duplicate conditional formatting.

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum UniqueDuplicateRule
vb
Public Enum UniqueDuplicateRule

Members

NameDescription
Unique

The style is applied to cells whose values are unique.

| | Duplicate |

The style is applied to cells whose values are duplicated.

|

The following properties accept/return UniqueDuplicateRule values:

Remarks

The values listed by the UniqueDuplicateRule enumeration are used to set the UniqueDuplicateRuleFormatCondition.Rule property.

See Also

DevExpress.Xpf.Core.ConditionalFormatting Namespace