Skip to main content
A newer version of this page is available. .

RecentPanelBase.PanelPadding Property

Gets or sets the distance between the panel content and this panel’s border.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
public Padding PanelPadding { get; set; }

Property Value

Type Description
Padding

A Padding structure that is the distance between the panel content and this panel’s border.

See Also