Back to Devexpress

ASPxSpellChecker.ClientLayout Event

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellchecker-535f552d.md

latest1.6 KB
Original Source

ASPxSpellChecker.ClientLayout Event

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

Namespace : DevExpress.Web.ASPxSpellChecker

Assembly : DevExpress.Web.ASPxSpellChecker.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 control’s layout.

  • Save Layout

  • Restore Layout

See Also

ASPxSpellChecker Class

ASPxSpellChecker Members

DevExpress.Web.ASPxSpellChecker Namespace