Back to Devexpress

UICommand.Id Property

corelibraries-devexpress-dot-mvvm-dot-uicommand-409d8f9c.md

latest1016 B
Original Source

UICommand.Id Property

Gets or sets the identifier of the dialog button.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public object Id { get; set; }
vb
Public Property Id As Object

Property Value

TypeDescription
Object

An object that specifies the identifier the dialog button.

|

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace