Skip to main content
All docs
V24.1

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