Skip to main content

ASPxSpreadsheetBehaviorSettings.Row Property

Provides access to the spreadsheet rows’ behavior options.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxSpreadsheetRowBehaviorOptions Row { get; }

Property Value

Type Description
ASPxSpreadsheetRowBehaviorOptions

An ASPxSpreadsheetRowBehaviorOptions object containing settings related to the rows’ behavior options.

Property Paths

You can access this nested property as listed below:

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