FormatConditionRuleUniqueDuplicate.FormatType Property
In This Article
Gets or sets whether the format is applied to unique or duplicate column values.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(FormatConditionUniqueDuplicateType.Duplicate)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public FormatConditionUniqueDuplicateType FormatType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Format |
Duplicate | A value that specifies whether the format is applied to unique or duplicate column values. |
Available values:
Name | Description |
---|---|
Unique | Unique column values. |
Duplicate | Duplicate column values. |
See Also