共用方式為


ColumnBase<TGridItem>.PlaceholderTemplate 屬性

定義

如果指定,虛擬化網格線會使用此範本來轉譯尚未載入其數據的數據格。

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext>? PlaceholderTemplate { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.PlaceholderTemplate : Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext> with get, set
Public Property PlaceholderTemplate As RenderFragment(Of PlaceholderContext)

屬性值

屬性

適用於