Back to Devexpress

RibbonControl.PageHeaderMinWidth Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-2f78642a.md

latest1.3 KB
Original Source

RibbonControl.PageHeaderMinWidth Property

Gets or sets the minimum allowed width of page headers.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the minimum allowed width of page headers.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace