Back to Devexpress

RibbonPage.CaptionMinWidth Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpage-5adaf54d.md

latest1.5 KB
Original Source

RibbonPage.CaptionMinWidth Property

Gets or sets the minimum allowed width of the current page header. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public double CaptionMinWidth { get; set; }
vb
Public Property CaptionMinWidth As Double

Property Value

TypeDescription
Double

The minimum allowed width of the current page header

|

Remarks

To specify the minimum width of all page headers, use the RibbonControl.PageCaptionMinWidth property instead. The CaptionMinWidth property, if specified, will override the RibbonControl.PageCaptionMinWidth setting.

See Also

PageCaptionMinWidth

RibbonPage Class

RibbonPage Members

DevExpress.Xpf.Ribbon Namespace