Skip to main content

InRibbonGallery.GetDesignTimeManager() Method

Gets a BaseDesignTimeManager object associated with the current InRibbonGallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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