Skip to main content
All docs
V24.1

DxTreeList.SkeletonRowsEnabled Property

Specifies whether the TreeList displays skeleton rows while it loads data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
Nullable<Boolean> null

null to display skeleton rows for remote data sources;
true to display skeleton rows for all data source types;
false to disable skeleton rows.

See Also