Skip to main content

ButtonInfoBase.IsDefaultButton Property

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

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public bool IsDefaultButton { 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, when a ButtonEdit is created, it displays the (...) button which is the default button.

See Also