Back to Devexpress

ASPxRibbon.ClientLayout Event

aspnet-devexpress-dot-web-dot-aspxribbon-f65ec1af.md

latest1.4 KB
Original Source

ASPxRibbon.ClientLayout Event

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.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 ribbon’s layout from a data store.

  • Save Layout

  • Restore Layout

See Also

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace