Back to Devexpress

ASPxSpreadsheetRowBehaviorOptions Class

aspnet-devexpress-dot-web-dot-aspxspreadsheet-d1a537a0.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class ASPxSpreadsheetRowBehaviorOptions :
    ASPxSpreadsheetBehaviorOptionsBase,
    ISettingsWithExternalStateManager
vb
Public Class ASPxSpreadsheetRowBehaviorOptions
    Inherits ASPxSpreadsheetBehaviorOptionsBase
    Implements ISettingsWithExternalStateManager

The following members return ASPxSpreadsheetRowBehaviorOptions objects:

Remarks

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

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxSpreadsheetSettingsBase ASPxSpreadsheetBehaviorOptionsBase ASPxSpreadsheetRowBehaviorOptions

See Also

ASPxSpreadsheetRowBehaviorOptions Members

DevExpress.Web.ASPxSpreadsheet Namespace