UICommand.IsDefault Property
In This Article
Gets or sets a value that indicates whether the dialog button is the default button.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the dialog button is the default button; otherwise, false. |
See Also