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

MVCxHtmlEditorCustomDialog Properties

Represents an individual custom dialog within the HtmlEditor.
Name Description
CancelButtonText Gets or sets the text displayed within the Cancel button of the custom dialog. Inherited from HtmlEditorCustomDialog.
CancelButtonVisible Gets or sets a value specifying the visibility of the Cancel button within the custom dialog. Inherited from HtmlEditorCustomDialog.
Caption Gets or sets the custom dialog’s caption. Inherited from HtmlEditorCustomDialog.
Collection This property is not in effect for the HtmlEditorCustomDialog class. Inherited from HtmlEditorCustomDialog.
DefaultButtonID Gets or sets the dialog button that is focused by default. Inherited from HtmlEditorCustomDialog.
FormAction Gets or sets the name of an action method invoking a view (user control) that defines a dialog’s form.
FormPath

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Use the MVCxHtmlEditorCustomDialog.FormAction property instead.

Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Name Gets or sets the custom dialog’s unique identifier name. Inherited from HtmlEditorCustomDialog.
OkButtonText Gets or sets the text displayed within the Ok button of the custom dialog. Inherited from HtmlEditorCustomDialog.
OkButtonVisible Gets or sets a value specifying the visibility of the Ok button within the custom dialog. Inherited from HtmlEditorCustomDialog.
See Also