ASPxSpreadsheetColumnBehaviorOptions Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public class ASPxSpreadsheetColumnBehaviorOptions :
ASPxSpreadsheetBehaviorOptionsBase,
ISettingsWithExternalStateManager
#Related API Members
The following members return ASPxSpreadsheetColumnBehaviorOptions objects:
#Remarks
An instance of the ASPxSpreadsheetColumnBehaviorOptions
class is accessible via the ASPxSpreadsheetBehaviorSettings.Column property.
#Inheritance
Object
StateManager
PropertiesBase
ASPxSpreadsheetSettingsBase
ASPxSpreadsheetBehaviorOptionsBase
ASPxSpreadsheetColumnBehaviorOptions
See Also