Skip to main content

ASPxSpreadsheetBehaviorSettings.Worksheet Property

Provides access to the spreadsheet worksheets’ behavior options.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxSpreadsheetWorksheetBehaviorOptions Worksheet { get; }

Property Value

Type Description
ASPxSpreadsheetWorksheetBehaviorOptions

An ASPxSpreadsheetWorksheetBehaviorOptions object containing settings related to the worksheets’ behavior options.

Property Paths

You can access this nested property as listed below:

Object Type Path to Worksheet
ASPxSpreadsheetSettings
.Behavior .Worksheet
See Also