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

ThemedWindowDialogButton.UICommand Property

Gets or sets the UICommand that initializes the dialog button.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public UICommand UICommand { get; set; }

Property Value

Type Description
UICommand

A UICommand value.

See Also