Skip to main content
A newer version of this page is available. .

GridSettingsBase.ClientLayout Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxClientLayoutHandler ClientLayout { get; set; }

Property Value

Type Description
ASPxClientLayoutHandler

A ASPxClientLayoutHandler delegate method allowing you to implement custom processing.

Remarks

Provide implementation of the delegated method to save and restore the grid’s layout from a data store.

Note that there is a peculiarity when using the ClientLayout in custom binding mode. See the GridView Custom Binding Limitations and CardView Custom Binding Limitations topics for more details.

See Also