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

WinExplorerViewStyleOptions.ContextButtonsUseFullItemArea Property

Gets or sets whether context buttons are aligned relative to an item’s icon, or relative to the item itself.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(false)]
public bool ContextButtonsUseFullItemArea { get; set; }

Property Value

Type Default Description
Boolean **false**

true if context buttons are aligned relative to the item; false if context buttons are aligned relative to the item icon.

Property Paths

You can access this nested property as listed below:

Object Type Path to ContextButtonsUseFullItemArea
WinExplorerViewStyleOptionsCollection
.List.ContextButtonsUseFullItemArea
See Also