menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCommandColumns - API Reference

    Show / Hide Table of Contents

    Class GridCommandColumns

    Configures grid command columns.

    Inheritance
    System.Object
    GridCommandColumns
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridCommandColumns : OwningComponentBase

    Constructors

    GridCommandColumns()

    Declaration
    public GridCommandColumns()

    Properties

    Commands

    Defines the command button collection. Use GridCommandColumn component to provide command buttons.

    Declaration
    public List<GridCommandColumn> Commands { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GridCommandColumn>

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved