WinExplorerView.MarqueeSelectionStarted Event
Occurs when an end-user starts the marquee selection.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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