Skip to main content
A newer version of this page is available. .

RibbonControl.RowIndent Property

Gets or sets the vertical indent between bar item links within the Ribbon Control. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public double RowIndent { get; set; }

Property Value

Type Description
Double

The vertical indent between bar item links within the Ribbon Control, in pixels.

See Also