Skip to main content

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.v23.2.dll

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

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
.ExtraLarge .ContextButtonsUseFullItemArea
WinExplorerViewStyleOptionsCollection
.Large .ContextButtonsUseFullItemArea
WinExplorerViewStyleOptionsCollection
.Medium .ContextButtonsUseFullItemArea
WinExplorerViewStyleOptionsCollection
.Small .ContextButtonsUseFullItemArea
WinExplorerViewStyleOptionsCollection
.Tiles .ContextButtonsUseFullItemArea
See Also