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

UICommand.IsDefault Property

Gets or sets a value that indicates whether the dialog button is the default button.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public bool IsDefault { get; set; }

Property Value

Type Description
Boolean

true, if the dialog button is the default button; otherwise, false.

See Also