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

NuGet Package: DevExpress.Web.Office

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:

Library Object Type Path to Column
ASP.NET Controls and MVC Extensions ASPxSpreadsheetSettings
.Behavior .Column
ASP.NET MVC Extensions MVCxSpreadsheetSettings
.Behavior .Column
See Also