Back to Devexpress

RibbonControl.ItemPanelStyle Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-f87fb5ee.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(RibbonItemPanelStyle.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public RibbonItemPanelStyle ItemPanelStyle { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(RibbonItemPanelStyle.Default)>
<XtraSerializableProperty>
Public Property ItemPanelStyle As RibbonItemPanelStyle

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Ribbon.RibbonItemPanelStyleDefault

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.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace