Skip to main content

MVCxHtmlEditorToolbarCollection.CreateDefaultToolbars(Boolean) Method

Creates a collection of default toolbars specifying whether the layout of the toolbars is reversed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override void CreateDefaultToolbars(
    bool rtl
)

Parameters

Name Type Description
rtl Boolean

true to reverse the layout of the toolbars; otherwise false.

Remarks

Use the CreateDefaultToolbars method, to manually create default toolbars within the MVCxHtmlEditorToolbarCollection. The method’s rtl parameter allows you to specify whether the layout of the toolbars is reversed, to support the right-to-left layout.

See Also