Back to Devexpress

SelectionDrawMode Enum

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-4d79d860.md

latest2.0 KB
Original Source

SelectionDrawMode Enum

Contains values that specify the way selection for WinExplorerView items with no captions are drawn

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public enum SelectionDrawMode
vb
Public Enum SelectionDrawMode

Members

NameDescription
AroundItem

The selection is drawn around the entire item (see the WinExplorerViewStyleOptions.SelectionDrawMode property).

| | AroundImage |

The selection is drawn around the item image only (see the WinExplorerViewStyleOptions.SelectionDrawMode property).

|

The following properties accept/return SelectionDrawMode values:

Remarks

Values of the SelectionDrawMode enumeration are used to initialize the WinExplorerViewStyleOptions.SelectionDrawMode property.

See Also

SelectionDrawMode

DevExpress.XtraGrid.Views.WinExplorer Namespace