Skip to main content

UICommand.Tag Property

Gets or sets the data associated with the dialog button.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public object Tag { get; set; }

#Property Value

Type Description
Object

An object that contains information associated with the dialog button.

See Also