Skip to main content

RecentPanelBase.PanelPadding Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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