DataGridColumnBuilder<T>.Buttons Method
Name | Parameters | Description |
---|---|---|
Buttons(Action<CollectionFactory<DataGridColumnButtonBuilder>>) | configurator | Provides access to the client-side buttons option that represents a DataGrid column button collection. |
Buttons(IEnumerable<GridColumnButtonName>) | value | Allows you to customize buttons in the edit column or create a custom command column. Applies only if the column's type is 'buttons'. Mirrors the client-side buttons option. |