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

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
MVCxSpreadsheet
.Settings.Behavior
SpreadsheetSettings
.Settings.Behavior
ASP.NET Bootstrap Controls BootstrapSpreadsheet
.Settings.Behavior
See Also