ButtonInfoBase.IsDefaultButton Property
In This Article
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
#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