Back to Devexpress

BackstageViewControl.LeftPaneMinWidth Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-4c3923be.md

latest2.2 KB
Original Source

BackstageViewControl.LeftPaneMinWidth Property

Gets or sets the minimum width of the BackstageViewControl‘s left panel, where the control’s items are displayed.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Layout")]
public int LeftPaneMinWidth { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Layout")>
Public Property LeftPaneMinWidth As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value that specifies the minimum width of the BackstageViewControl‘s left panel.

|

Remarks

The BackstageViewControl‘s left panel displays items stored in the BackstageViewControl.Items collection. When resizing a BackstageViewControl, its left panel is also resized. The LeftPaneMinWidth and BackstageViewControl.LeftPaneMaxWidth properties allow you to limit the panel’s minimum and maximum widths.

See Also

Items

LeftPaneMaxWidth

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace