Skip to main content

BackstageView.CloseCommand Property

Gets the command that closes the view.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand CloseCommand { get; }

Property Value

Type Description
ICommand

An object implementing the Windows.UI.Xaml.Input.ICommand interface.

See Also