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

RecentItemControl.GetViewInfo() Method

Returns the object that contains information about this RecentItemControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public RecentControlViewInfo GetViewInfo()

Returns

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.RecentControlViewInfo

A DevExpress.XtraBars.Ribbon.ViewInfo.RecentControlViewInfo object that stores view info about this RecentItemControl.

See Also