HtmlEditorToolbar.VisibleIndex Property
Gets or sets a value specifying the position of the current toolbar amongst the visible toolbars in an ASPxHtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the zero-based index of the HtmlEditorToolbar amongst the visible toolbars. -1 if the toolbar is invisible. |
Remarks
Use the VisibleIndex property to control where the toolbar is displayed amongst other toolbars of the ASPxHtmlEditor. If the VisibleIndex property is set to -1, the toolbar is not displayed.
Note that the VisibleIndex and HtmlEditorToolbar.Visible properties are interdependent.The -1 value assigned to the VisibleIndex property sets the HtmlEditorToolbar.Visible property to false
. Setting the VisibleIndex property to a non-negative value sets the HtmlEditorToolbar.Visible property to true
.