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

RecentButtonItem Class

A simple button for the Recent Item Control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public class RecentButtonItem :
    RecentTextGlyphItemBase

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.

RecentItemControl - Button Items

See the Recent Item Control topic to learn about other UI elements provided by the RecentItemControl.

See Also