Back to Devexpress

NavigationPane.OverlayResizeZoneThickness Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-ba9ac172.md

latest1.5 KB
Original Source

NavigationPane.OverlayResizeZoneThickness Property

Gets or sets the width of the overlay resize zone.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Behavior")]
public int OverlayResizeZoneThickness { get; set; }
vb
<DefaultValue(0)>
<DXCategory("Behavior")>
Public Property OverlayResizeZoneThickness As Integer

Property Value

TypeDefaultDescription
Int320

An Int32 value that is the width of the overlay resize zone.

|

Remarks

See the NavigationPane.AllowOverlayResize property to learn more.

See Also

AllowOverlayResize

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace