Skip to main content

RecentItemControl.GetViewInfo() Method

Returns the object that contains information about this RecentItemControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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