Skip to main content

HtmlEditorDialogFormElementSettings.TableRowPropertiesDialog Property

OBSOLETE

Use the SettingsDialogs.TableRowPropertiesDialog property instead.

Provides access to customization settings for the Row Properties dialog’s form elements.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the SettingsDialogs.TableRowPropertiesDialog property instead.")]
public HtmlEditorTableElementPropertiesDialogSettings TableRowPropertiesDialog { get; }

Property Value

Type Description
DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettings

A HtmlEditorTableElementPropertiestDialogSettings object that contains customization settings for form elements.

Remarks

The TableRowPropertiesDialog property provides access to settings that allow you to customize the availability of elements within the Table Dialogs dialog form.

See Also