Back to Devexpress

SpreadsheetSelectionBehaviorOptions.AllowExtendSelection Property

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

latest2.0 KB
Original Source

SpreadsheetSelectionBehaviorOptions.AllowExtendSelection Property

Gets or sets whether end-users are allowed to extend selection in a worksheet by dragging or using arrow keys.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public bool AllowExtendSelection { get; set; }
vb
Public Property AllowExtendSelection As Boolean

Property Value

TypeDescription
Boolean

true, if end-users can extend the selected range of cells; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowExtendSelection
SpreadsheetBehaviorOptions

.Selection .AllowExtendSelection

|

Remarks

The selected range of cells can be extended by dragging the selection handles with the mouse or pressing the arrow keys while holding the SHIFT key. When the AllowExtendSelection is set to false , this behavior is unavailable.

See Also

SpreadsheetSelectionBehaviorOptions Class

SpreadsheetSelectionBehaviorOptions Members

DevExpress.Xpf.Spreadsheet Namespace