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

ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit Method

Provides access to the client object of the “Background color” color editor in the Html Editor’s Table dialogs.

Declaration

GetBackgroundColorColorEdit(): ASPxClientColorEdit

Returns

Type Description
ASPxClientColorEdit

A ASPxClientColorEdit object.

Remarks

Use the GetBackgroundColorColorEdit method to get access to the “Background Color” color editor in the Html Editor’s Table dialogs.

For more information about client APIs related to Html Editor’s Table dialogs, refer to the Related Client API section in the Table Dialogs topic.

Online Demo: Html Editor - Dialog Customization

See Also