Skip to main content

RecentPanelBase.GetViewInfo() Method

Retrieves visual information about the current RecentPanelBase object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v26.1.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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