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

SpreadsheetSelectionBehaviorOptions Class

Contains options affecting cell selection in the SpreadsheetControl.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public class SpreadsheetSelectionBehaviorOptions :
    SpreadsheetOptionsBase<SpreadsheetSelectionOptions>

The following members return SpreadsheetSelectionBehaviorOptions objects:

Remarks

Access the SpreadsheetSelectionBehaviorOptions instance via the SpreadsheetControl.Options.Behavior.Selection notation.

Inheritance

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