Back to Devexpress

ASPxHtmlEditor.ClientLayout Event

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-aa877099.md

latest1.7 KB
Original Source

ASPxHtmlEditor.ClientLayout Event

Enables you to save and restore the previously saved layout of the ASPxHtmlEditor.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxClientLayoutHandler ClientLayout
vb
Public Event ClientLayout As ASPxClientLayoutHandler

Event Data

The ClientLayout event's data class is ASPxClientLayoutArgs. The following properties provide information specific to this event:

PropertyDescription
LayoutDataGets or sets the layout data.
LayoutModeIndicates whether a control’s layout should be saved or restored.

Remarks

Handle the ClientLayout event to save and restore the ASPxHtmlEditor‘s layout from a data store.

  • Save Layout

  • Restore Layout

See Also

HTML Editor

ASPxHtmlEditor Class

ASPxHtmlEditor Members

DevExpress.Web.ASPxHtmlEditor Namespace