Skip to main content

ASPxSpreadsheet.Styles Property

Provides access to the style settings that control the appearance of the ASPxSpreadsheet elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public SpreadsheetStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxSpreadsheet.SpreadsheetStyles

A DevExpress.Web.ASPxSpreadsheet.SpreadsheetStyles object that provides style settings for view elements.

See Also