ITreeList.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)]
bool? SkeletonRowsEnabled { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Nullable<Boolean> | null |
|
Remarks
Refer to the SkeletonRowsEnabled property description for more information and an example.
See Also