HtmlEditorTableElementPropertiestDialogSettings Class
Contains customization settings for the form elements of the Column Properties and Row Properties dialogs.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class HtmlEditorTableElementPropertiestDialogSettings :
HtmlEditorTableElementPropertiesDialogSettingsBase
Remarks
The HtmlEditorTableElementPropertiestDialogSettings class contains settings that allow you to customize the availability of elements within the Column Properties and Row Properties dialog forms.
An instance of the HtmlEditorTableElementPropertiestDialogSettings class can be accessed via the HtmlEditorDialogFormElementSettings.TableColumnPropertiesDialog and HtmlEditorDialogFormElementSettings.TableRowPropertiesDialog properties.
Inheritance
Object
StateManager
PropertiesBase
ASPxHtmlEditorSettingsBase
DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettingsBase
HtmlEditorTableElementPropertiestDialogSettings
See Also