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