Skip to main content
All docs
V24.1

IGrid.SkeletonRowsEnabled Property

Specifies whether the Grid displays skeletons on row loading.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
bool? SkeletonRowsEnabled { get; set; }

Property Value

Type Default Description
Nullable<Boolean> null

null to display skeletons for remote data sources;
true to display skeletons for all data source types;
false to disable skeletons

Remarks

Refer to the SkeletonRowsEnabled property description for more information and an example.

See Also