Skip to main content

ASPxClientHtmlEditorDialogBase.GetFormLayout Method

Provides access to the client ASPxFormLayout object that arranges all editors in the Html Editor’s dialogs.

Declaration

GetFormLayout(): ASPxClientFormLayout

Returns

Type Description
ASPxClientFormLayout

A ASPxClientFormLayout object.

Remarks

Use the GetFormLayout method to access the ASPxFormLayout object that arranges all editors in the Html Editor dialogs.

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