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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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