Back to Devexpress

ASPxNavBar.ClientLayout Event

aspnet-devexpress-dot-web-dot-aspxnavbar-31eb4f1d.md

latest1.5 KB
Original Source

ASPxNavBar.ClientLayout Event

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

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 navigation bar’s layout from a data store.

  • Save Layout

  • Restore Layout

See Also

Navigation Bar

ASPxNavBar Class

ASPxNavBar Members

DevExpress.Web Namespace