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

ASPxSpreadsheetColumnBehaviorOptions Class

Provides options to restrict an end-user’s ability to manage columns in a worksheet of the workbook loaded into an ASPxSpreadsheet.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class ASPxSpreadsheetColumnBehaviorOptions :
    ASPxSpreadsheetBehaviorOptionsBase,
    ISettingsWithExternalStateManager

The following members return ASPxSpreadsheetColumnBehaviorOptions objects:

Remarks

An instance of the ASPxSpreadsheetColumnBehaviorOptions class is accessible via the ASPxSpreadsheetBehaviorSettings.Column property.

See Also