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

ASPxSpreadsheetBehaviorSettings.Row Property

Provides access to the spreadsheet rows’ behavior options.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v20.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:

Library Object Type Path to Row
ASP.NET Controls and MVC Extensions ASPxSpreadsheetSettings
.Behavior .Row
ASP.NET MVC Extensions MVCxSpreadsheetSettings
.Behavior .Row
See Also