ColumnBase<TGridItem>.ColumnOptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果指定,表示此數據行具有這個相關聯的選項 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
屬性值
- 屬性