Skip to main content

WinExplorerViewOptionsSelection.ItemSelectionMode Property

Gets or sets the way items within this WinExplorerView are selected.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DefaultValue(IconItemSelectionMode.None)]
[XtraSerializableProperty]
public IconItemSelectionMode ItemSelectionMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraGrid.Views.WinExplorer.IconItemSelectionMode None

An IconItemSelectionMode enumerator value that specifies the way items within this WinExplorerView are selected.

Property Paths

You can access this nested property as listed below:

Object Type Path to ItemSelectionMode
WinExplorerView
.OptionsSelection .ItemSelectionMode

Remarks

Depending on the ItemSelectionMode property value, items within a WinExplorerView can be selected on hover (the Hover value), immediately as an end-user clicks the item (the Press value) or only after an end-user clicks an item and releases the left mouse button (the None or Click values, default behavior).

See Also