Back to Devexpress

TreeListViewCommands.ShowUniqueDuplicateRuleFormatConditionDialog Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-e33a6302.md

latest1.4 KB
Original Source

TreeListViewCommands.ShowUniqueDuplicateRuleFormatConditionDialog Property

Invokes the ‘Duplicate Values’ format condition dialog.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand ShowUniqueDuplicateRuleFormatConditionDialog { get; }
vb
Public ReadOnly Property ShowUniqueDuplicateRuleFormatConditionDialog As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

To learn more on using commands, refer to the Commanding Overview MSDN article.

See Also

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace