Skip to main content

HtmlEditorDefaultDialogSettings.TableRowPropertiesDialog Property

Provides access to Row Properties dialog settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorTableElementPropertiesDialogSettings TableRowPropertiesDialog { get; }

Property Value

Type Description
DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettings

An DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettings object that contains dialog settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to TableRowPropertiesDialog
ASPxHtmlEditor
.SettingsDialogs .TableRowPropertiesDialog
See Also