Skip to main content
All docs
V26.1
  • ToolbarFormManager(Boolean) Constructor

    Initializes a new instance of the ToolbarFormManager.

    Namespace: DevExpress.XtraBars.ToolbarForm

    Assembly: DevExpress.XtraBars.v26.1.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