Skip to main content

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.v23.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