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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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