Back to Devexpress

BackstageViewControl.LeftPaneMaxWidth Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-5d901920.md

latest1.8 KB
Original Source

BackstageViewControl.LeftPaneMaxWidth Property

Gets or sets the maximum 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 LeftPaneMaxWidth { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Layout")>
Public Property LeftPaneMaxWidth As Integer

Property Value

TypeDefaultDescription
Int32-1

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

|

Remarks

See BackstageViewControl.LeftPaneMinWidth to learn more.

See Also

Items

LeftPaneMinWidth

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace