Skip to main content
A newer version of this page is available. .
All docs
V22.2

RibbonControl.ItemPanelStyle Property

Gets or sets whether the panel for RibbonControl items occupies the entire form width (the Classic style), or is drawn according to the current application Skin.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(RibbonItemPanelStyle.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public RibbonItemPanelStyle ItemPanelStyle { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle Default

Specifies the active style for the RibbonControl item panel. The Default value is equivalent to Skin.

Remarks

The figure below illustrates the difference between “Classic” and “Skin” (or “Default”) values of the ItemPanelStyle when the WXI skin is active.

Ribbon item panel style

See Also