A newer version of this page is available.
Switch to the current version.
ASPxSpreadsheetBehaviorSettings.Row Property
Provides access to the spreadsheet rows' behavior options.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v18.2.dll
Declaration
public ASPxSpreadsheetRowBehaviorOptions Row { get; }
Public ReadOnly Property Row As ASPxSpreadsheetRowBehaviorOptions
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 | ASPxSpreadsheet | |
ASPxSpreadsheetSettings |
|
|
MVCxSpreadsheet | ||
MVCxSpreadsheetSettings |
|
|
SpreadsheetSettings | ||
ASP.NET Bootstrap Controls | BootstrapSpreadsheet |
See Also
Feedback