StandaloneGallery.GetViewInfo() Method
Gets the StandaloneGallery‘s view information.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
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