Skip to main content

RibbonControl.PageHeaderMinWidth Property

Gets or sets the minimum allowed width of page headers.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[DXCategory("Layout")]
[XtraSerializableProperty]
public int PageHeaderMinWidth { get; set; }

Property Value

Type Default Description
Int32 0

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

See Also