Skip to main content
A newer version of this page is available. .

UICommand.Tag Property

Gets or sets the data associated with the dialog button.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

An object that contains information associated with the dialog button.

See Also