GridPersistentLayoutEventArgs.Layout Property
Specifies the Grid layout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.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 additional information and an example.
See Also