Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetBehaviorOptions.Selection Property

Returns an object that provides access to cell selection options.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public SpreadsheetSelectionOptions Selection { get; }

Property Value

Type Description
SpreadsheetSelectionOptions

A SpreadsheetSelectionOptions object.

Property Paths

You can access this nested property as listed below:

Object Type Path to Selection
SpreadsheetControlOptions
.Behavior .Selection
See Also