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

ASPxSpreadsheetRowBehaviorOptions Class

Provides options to restrict an end-user’s ability to manage rows in a worksheet of the workbook loaded into the ASPxSpreadsheet.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class ASPxSpreadsheetRowBehaviorOptions :
    ASPxSpreadsheetBehaviorOptionsBase,
    ISettingsWithExternalStateManager

The following members return ASPxSpreadsheetRowBehaviorOptions objects:

Remarks

An instance of the ASPxSpreadsheetRowBehaviorOptions class is accessible by using the ASPxSpreadsheetBehaviorSettings.Row property.

See Also