Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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