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

SpreadsheetSelectionOptions.ShowSelectionMode Property

Gets or sets whether the cell selection should be highlighted when the SpreadsheetControl is in the unfocused state.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[DefaultValue(ShowSelectionMode.Always)]
public ShowSelectionMode ShowSelectionMode { get; set; }

Property Value

Type Default Description
ShowSelectionMode **Always**

A ShowSelectionMode enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowSelectionMode
SpreadsheetBehaviorOptions
.Selection .ShowSelectionMode

Remarks

To access the ShowSelectionMode property, use the SpreadsheetControl.Options.Behavior.Selection.ShowSelectionMode notation.

See Also