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

RecentItemBase Class

A base class for all UI elements in the RecentItemControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public abstract class RecentItemBase :
    Component,
    ISupportCommandBinding

The following members accept/return RecentItemBase objects:

Remarks

The RecentItemBase class provides properties common to all Recent Item Control‘s UI elements. Click this link to see the list of all elements provided by this control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RecentItemBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also