Configures default column-level settings for all columns in the TelerikTaskBoard<TItem, TColumn>.
Place a single TaskBoardColumnSettings tag inside the TaskBoard markup to override the defaults.
Individual column overrides are provided through the ColumnData items via
ColumnWidthField, ColumnButtonsField, ColumnEnabledField, and ColumnWipLimitField.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TaskBoardColumnSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTaskBoardColumnSettings
Implements:
Inherited Members
Constructors
public TaskBoardColumnSettings()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
public void Dispose()
Implements:
Properties
Defines which action buttons are rendered in each column header, applied to all columns. Combine values using the bitwise OR operator to show multiple buttons. Default is EditColumn | AddCard | DeleteColumn. Set to None to hide all column header action buttons.
[Parameter]
public TaskBoardColumnButtons Buttons { get; set; }