ITreeList.SkeletonRowsEnabled Property
In This Article
Specifies whether the TreeList displays skeleton rows while it loads data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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