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

ASPxSpreadsheetWorksheetBehaviorOptions Class

Provides options to restrict an end-user’s ability to manage a document within the ASPxSpreadsheet.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class ASPxSpreadsheetWorksheetBehaviorOptions :
    ASPxSpreadsheetBehaviorOptionsBase,
    ISettingsWithExternalStateManager

The following members return ASPxSpreadsheetWorksheetBehaviorOptions objects:

Remarks

The ASPxSpreadsheetWorksheetBehaviorOptions class instance is accessible by using the ASPxSpreadsheetBehaviorSettings.Worksheet property.

See Also