TreeListColumnBuilder<T>.Buttons Method
Name | Parameters | Description |
---|---|---|
Buttons(Action<CollectionFactory<TreeListColumnButtonBuilder>>) | configurator | Provides access to the client-side buttons option that represents a TreeList column button collection. |
Buttons(IEnumerable<TreeListColumnButtonName>) | 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. |