Skip to main content

RecentItemControl.TitlePadding Property

Gets or sets the padding for this RecentItemControl object’s title.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Padding

A Padding structure that specifies paddings for this RecentItemControl object’s title.

See Also