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

GridPersistentLayoutEventArgs.Layout Property

Specifies the Grid layout.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public GridPersistentLayout Layout { get; set; }

Property Value

Type Description
GridPersistentLayout

A GridPersistentLayout object that stores the layout.

Remarks

Refer to the GridPersistentLayoutEventArgs class description for more information and an example.

See Also