ClassTaskBoardColumnSettings
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
TaskBoardColumnSettings()
Declaration
public TaskBoardColumnSettings()
Properties
Buttons
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.
Declaration
[Parameter]
public TaskBoardColumnButtons Buttons { get; set; }
Property Value
Width
The default CSS width applied to every column whose ColumnWidthField value is null or empty.
Accepts any valid CSS length value. Example: "300px", "20%", "18rem".
When null (default), columns size based on the available space.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public void Dispose()
Implements
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
disposing