Skip to main content

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.v14.2.dll

#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