Skip to main content

ASPxSpreadsheet.Settings Property

Provides access to the ASPxSpreadsheet‘s main settings.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxSpreadsheetSettings Settings { get; }

Property Value

Type Description
ASPxSpreadsheetSettings

An ASPxSpreadsheetSettings object that contains the control’s options.

See Also