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