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

RibbonControl.CommandLayout Property

Gets or sets the RibbonControl‘s command layout: single-row Simplified or default Classic.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(CommandLayout.Classic)]
[XtraSerializableProperty]
public CommandLayout CommandLayout { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Ribbon.CommandLayout **Classic**

An enumerator value that specifies the RibbonControl‘s command layout.

Remarks

The image below illustrates the RibbonControl in the Classic and the Simplified layouts.

Ribbon - 2019 style

See Also