Skip to main content

RibbonControl.ColumnIndent Property

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

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public double ColumnIndent { get; set; }

Property Value

Type Description
Double

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

See Also