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

SpreadsheetSelectionBehaviorOptions.ShowSelectionMode Property

Gets or sets whether the selection should be highlighted when the SpreadsheetControl is in the unfocused state. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public ShowSelectionMode ShowSelectionMode { get; set; }

Property Value

Type Description
ShowSelectionMode

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