Back to Devexpress

SpreadsheetSelectionBehaviorOptions.ShowSelectionMode Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetselectionbehavioroptions-704903ad.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public ShowSelectionMode ShowSelectionMode { get; set; }
vb
Public Property ShowSelectionMode As ShowSelectionMode

Property Value

TypeDescription
ShowSelectionMode

A ShowSelectionMode enumeration value.

|

Available values:

NameDescription
Always

The selected cells are always highlighted in the SpreadsheetControl, even if the control is not focused.

| | Focused |

The selected cells are highlighted in the SpreadsheetControl only if the control is focused.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowSelectionMode
SpreadsheetBehaviorOptions

.Selection .ShowSelectionMode

|

Remarks

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

See Also

SpreadsheetSelectionBehaviorOptions Class

SpreadsheetSelectionBehaviorOptions Members

DevExpress.Xpf.Spreadsheet Namespace