RecentButtonItem Class
A simple button for the Recent Item Control.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
Objects of the RecentButtonItem class represent buttons within Recent Item Controls. These elements display a caption (the RecentTextGlyphItemBase.Caption property) and an icon (the RecentTextGlyphItemBase.Glyph property), which can be aligned either horizontally or vertically, depending on the RecentButtonItem.Orientation property value (see the figure below). You can also set the RecentButtonItem.AutoSize property to false to manually size a button.
See the Recent Item Control topic to learn about other UI elements provided by the RecentItemControl.