ColumnBase<TGridItem>.PlaceholderTemplate 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果指定,虚拟化网格将使用此模板来呈现尚未加载数据的单元格。
[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)
属性值
- 属性