Skip to main content

ToolbarFormManager(Boolean) Constructor

Initializes a new instance of the ToolbarFormManager.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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