Skip to main content

HtmlEditorFormsSettings.TableColumnPropertiesFormPath Property

OBSOLETE

This property is not used any longer.

Gets or sets the path to a UserControl (an .ascx file), that is the customized version of the built-in Row, Column, and Cell Properties dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
[Obsolete("This property is not used any longer.")]
public string TableColumnPropertiesFormPath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, specifying the file name and path to a UserControl file that is a customized Row, Column, and Cell Properties dialogs.

Remarks

At design time, you can use the TableColumnPropertiesFormPath property editor to simplify selecting a UserControl file within your web project. To invoke the property editor, click the corresponding ellipsis button.

Note

Use this property, and any other HtmlEditorFormsSettings property, to refer to customized versions of built-in dialogs. You can re-use the same dialog form throughout all ASPxHtmlEditor controls used in your project, by assigning the same form path to any TableColumnPropertiesFormPath property.

See Also