Skip to main content

ASPxClientHtmlEditorEditElementDialog.GetBorderColorColorEdit Method

Provides access to the client object of the “Border color” color editor in the Html Editor’s dialogs (Style Settings).

Declaration

GetBorderColorColorEdit(): ASPxClientColorEdit

Returns

Type Description
ASPxClientColorEdit

A ASPxClientColorEdit object.

Remarks

Use the GetBorderColorColorEdit method to access the “Border color” color editor in the Html Editor’s Dialogs (Style Settings).

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

Online Demo: Html Editor - Dialog Customization

See Also