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

ASPxSpreadsheetSettings.Behavior Property

Provides access to an object that enables you to apply restrictions on different editor operations.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxSpreadsheetBehaviorSettings Behavior { get; }

Property Value

Type Description
ASPxSpreadsheetBehaviorSettings

A ASPxSpreadsheetBehaviorSettings class instance containing restriction specifications.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Behavior
ASP.NET Controls and MVC Extensions ASPxSpreadsheet
.Settings .Behavior
ASP.NET Bootstrap Controls BootstrapSpreadsheet
.Settings .Behavior
ASP.NET MVC Extensions MVCxSpreadsheet
.Settings .Behavior
SpreadsheetSettings
.Settings .Behavior
See Also