HtmlEditorCustomDialog Properties
An individual custom dialog within the ASPxHtmlEditor.| Name | Description |
|---|---|
| CancelButtonText | Gets or sets the text displayed within the Cancel button of the custom dialog. |
| CancelButtonVisible | Gets or sets a value specifying the visibility of the Cancel button within the custom dialog. |
| Caption | Gets or sets the custom dialog’s caption. |
| Collection | This property is not in effect for the HtmlEditorCustomDialog class. |
| DefaultButtonID | Gets or sets the dialog button that is focused by default. |
| FormPath | Gets or sets the path to a user control, specifying a custom dialog’s form. |
| 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. |
| OkButtonText | Gets or sets the text displayed within the Ok button of the custom dialog. |
| OkButtonVisible | Gets or sets a value specifying the visibility of the Ok button within the custom dialog. |
See Also