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

RecentPanelBase.GetViewInfo() Method

Retrieves visual information about the current RecentPanelBase object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public RecentPanelViewInfoBase GetViewInfo()

Returns

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.RecentPanelViewInfoBase

A DevExpress.XtraBars.Ribbon.ViewInfo.RecentPanelViewInfoBase object that contains visual information about this RecentPanelBase.

See Also