Back to Devexpress

UICommand.Tag Property

corelibraries-devexpress-dot-mvvm-dot-uicommand-f1ef78b5.md

latest1.0 KB
Original Source

UICommand.Tag Property

Gets or sets the data associated with the dialog button.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Object

An object that contains information associated with the dialog button.

|

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace