Skip to main content

RoundPanelSettings.DefaultButton Property

Gets or sets the name for the default button that is contained in a panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string DefaultButton { get; set; }

Property Value

Type Description
String

A string value corresponding to the SettingsBase.Name of a button contained in the panel.

Remarks

Use the DefaultButton property to indicate which button gets clicked when a panel has focus and the user presses the ENTER key.

See Also