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

ASPxSpreadsheetBehaviorSettings.Column Property

Provides access to spreadsheet columns’ behavior options.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

public ASPxSpreadsheetColumnBehaviorOptions Column { get; }

Property Value

Type Description
ASPxSpreadsheetColumnBehaviorOptions

An ASPxSpreadsheetColumnBehaviorOptions object containing settings related to the columns’ behavior options.

Property Paths

You can access this nested property as listed below:

Object Type Path to Column
ASPxSpreadsheetSettings
.Behavior.Column
MVCxSpreadsheetSettings
.Behavior.Column
See Also