Skip to main content

SpreadsheetFormulaBarStyles.TextBox Property

Gets the style settings that define the appearance of the text box in the formula bar.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public AppearanceStyle TextBox { get; }

Property Value

Type Description
AppearanceStyle

A AppearanceStyle object that contains the style settings.

See Also