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

StandaloneGallery.GetViewInfo() Method

Gets the StandaloneGallery‘s view information.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public StandaloneGalleryViewInfo GetViewInfo()

Returns

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.StandaloneGalleryViewInfo

A DevExpress.XtraEditors.ViewInfo.StandaloneGalleryViewInfo object that provides view information on all StandaloneGallery elements.

Remarks

The GetViewInfo method returns a StandaloneGalleryViewInfo object that provides properties and methods which give you the ability to obtain all the view information about the StandaloneGallery elements.

See Also