Back to Devexpress

RecentItemControl.PaddingButtonItem Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitemcontrol-2f0c992a.md

latest1.7 KB
Original Source

RecentItemControl.PaddingButtonItem Property

Gets or sets the padding common to all RecentButtonItem objects within this RecentItemControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public Padding PaddingButtonItem { get; set; }
vb
<DXCategory("Layout")>
Public Property PaddingButtonItem As Padding

Property Value

TypeDescription
Padding

A Padding structure that is the padding common to all RecentButtonItem objects within this RecentItemControl.

|

Remarks

You can override the PaddingButtonItem setting for individual buttons by using the RecentItemBase.Padding property.

See Also

RecentItemControl Class

RecentItemControl Members

DevExpress.XtraBars.Ribbon Namespace