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

HtmlEditorTableCellPropertiesDialogSettings Class

Contains customization settings for the Cell Properties dialog’s form elements.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorTableCellPropertiesDialogSettings :
    HtmlEditorTableElementPropertiesDialogSettings

The following members return HtmlEditorTableCellPropertiesDialogSettings objects:

Remarks

The HtmlEditorTableCellPropertiesDialogSettings class contains settings that allow you to customize the availability of elements within the Cell Properties dialog form.

An instance of the HtmlEditorTableCellPropertiesDialogSettings class can be accessed via the HtmlEditorDialogFormElementSettings.TableCellPropertiesDialog property.

Inheritance

Object
StateManager
PropertiesBase
ASPxHtmlEditorSettingsBase
DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettingsBase
DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettings
HtmlEditorTableCellPropertiesDialogSettings
See Also