Skip to main content
A newer version of this page is available. .

SpreadsheetFormulaBarStyles.EnterButton Property

Gets the style settings that define the appearance of the Enter button in the formula bar‘s section that contains buttons.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public AppearanceStyle EnterButton { get; }

Property Value

Type Description
AppearanceStyle

A AppearanceStyle object that contains the style settings.

See Also