GridPersistentLayoutEventArgs.Layout Property
In This Article
Specifies the Grid layout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public GridPersistentLayout Layout { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Refer to the GridPersistentLayoutEventArgs class description for more information and an example.
See Also