Skip to main content

GridPersistentLayoutEventArgs.Layout Property

Specifies the Grid layout.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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