Skip to main content

ButtonInfo.IsDefault Property

Gets or sets whether the button is the default button. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsDefault { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Default editor buttons are the buttons that are displayed by default. For instance, a DateEdit displays the dropdown button which is the default button.

To replace the editor’s default button, create a custom button and set its IsDefault property to true.

See Also