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

InRibbonGallery.GetDesignTimeManager() Method

Gets a BaseDesignTimeManager object associated with the current InRibbonGallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public BaseDesignTimeManager GetDesignTimeManager()

Returns

Type Description
DevExpress.Utils.Design.BaseDesignTimeManager

A BaseDesignTimeManager object associated with the current InRibbonGallery.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also