Skip to main content

SpreadsheetBehaviorOptions.Selection Property

Returns an object that provides access to cell selection options.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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