Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public int VisibleIndex { get; set; }

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.

See Also