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

ToolbarFormManager(Boolean) Constructor

Initializes a new instance of the ToolbarFormManager.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public ToolbarFormManager(
    bool designTimeManager
)

Parameters

Name Type Description
designTimeManager Boolean

true, if this Manager can be used at design time; othewise, false.

See Also