Skip to main content

CollapsiblePanelSettings.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.2.dll

#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