Back to Devexpress

WinExplorerViewStyleOptions.ContextButtonsUseFullItemArea Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-17f617f4.md

latest3.1 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
public bool ContextButtonsUseFullItemArea { get; set; }
vb
<DefaultValue(False)>
Public Property ContextButtonsUseFullItemArea As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to ContextButtonsUseFullItemArea
WinExplorerViewStyleOptionsCollection

.ExtraLarge .ContextButtonsUseFullItemArea

| | WinExplorerViewStyleOptionsCollection |

.Large .ContextButtonsUseFullItemArea

| | WinExplorerViewStyleOptionsCollection |

.Medium .ContextButtonsUseFullItemArea

| | WinExplorerViewStyleOptionsCollection |

.Small .ContextButtonsUseFullItemArea

| | WinExplorerViewStyleOptionsCollection |

.Tiles .ContextButtonsUseFullItemArea

|

See Also

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace