Back to Devexpress

WinExplorerView.MarqueeSelectionStarted Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-55063e95.md

latest2.0 KB
Original Source

WinExplorerView.MarqueeSelectionStarted Event

Occurs when an end-user starts the marquee selection.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event EventHandler MarqueeSelectionStarted
vb
<DXCategory("Action")>
Public Event MarqueeSelectionStarted As EventHandler

Event Data

The MarqueeSelectionStarted event's data class is EventArgs.

Remarks

To specify whether marquee selection is enabled, use the WinExplorerViewOptionsSelection.AllowMarqueeSelection property.

When the marquee selection is over, the WinExplorerView.MarqueeSelectionCompleted event occurs.

See Also

AllowMarqueeSelection

MarqueeSelectionCompleted

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace