Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonControl.MaxPageCaptionTextIndent Property

Gets or sets the maximum distance between a ribbon page’s caption and vertical tab header borders. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public double MaxPageCaptionTextIndent { get; set; }

#Property Value

Type Description
Double

A Double value that specifies the maximum distance between a ribbon page’s caption and vertical tab header borders.

#Remarks

When increasing the width of the RibbonControl, the width of page headers grows. The MaxPageCaptionTextIndent property allows you to limit the width of page tab headers when increasing the width of the RibbonControl. It specifies the maximum distance between the page’s caption and the tab’s vertical borders.

See Also