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

SpreadsheetSettings.Styles Property

Provides access to the style settings that allow the appearance of the extension (and its visual elements) to be defined.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public SpreadsheetStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxSpreadsheet.SpreadsheetStyles

A DevExpress.Web.ASPxSpreadsheet.SpreadsheetStyles object containing the extension-related style settings.

See Also