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

ASPxSpreadsheetBehaviorSettings Class

Specifies the restricted operations that cannot be performed by end-users over the Spreadsheet’s document.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class ASPxSpreadsheetBehaviorSettings :
    ASPxSpreadsheetBehaviorOptionsBase,
    ISettingsWithExternalStateManager

The following members return ASPxSpreadsheetBehaviorSettings objects:

Remarks

A ASPxSpreadsheetBehaviorSettings instance is returned by the ASPxSpreadsheetSettings.Behavior property.

See Also