共用方式為


ColumnBase<TGridItem>.ColumnOptions 屬性

定義

如果指定,表示此數據行具有這個相關聯的選項 UI。 預設會將顯示此 UI 的按鈕包含在標頭數據格中。

如果使用 HeaderTemplate ,則會保留至該範本,以呈現任何相關的「顯示選項」UI,並叫用網格線的 ShowColumnOptionsAsync(ColumnBase<TGridItem>)) 。

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment? ColumnOptions { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ColumnOptions : Microsoft.AspNetCore.Components.RenderFragment with get, set
Public Property ColumnOptions As RenderFragment

屬性值

屬性

適用於