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.v24.2.dll
Declaration
Members
Name | Description |
---|---|
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). |
Related API Members
The following properties accept/return SelectionDrawMode values:
Remarks
Values of the SelectionDrawMode enumeration are used to initialize the WinExplorerViewStyleOptions.SelectionDrawMode property.
See Also