Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public enum SelectionDrawMode

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