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

SpreadsheetColumnBehaviorOptions Class

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

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.2.dll

Declaration

public class SpreadsheetColumnBehaviorOptions :
    SpreadsheetOptionsBase<SpreadsheetColumnBehaviorOptions>

The following members return SpreadsheetColumnBehaviorOptions objects:

Remarks

An instance of the SpreadsheetColumnBehaviorOptions class is accessible via the SpreadsheetBehaviorOptions.Column property (use the SpreadsheetControl.Options.Behavior.Column notation).

Inheritance

Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DevExpress.Xpf.Spreadsheet.SpreadsheetOptionsBase<SpreadsheetColumnBehaviorOptions>
SpreadsheetColumnBehaviorOptions
See Also