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

RecentItemControl.TitlePadding Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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