Skip to main content

RecentPanelBase.GetViewInfo() Method

Retrieves visual information about the current RecentPanelBase object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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