menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanDialogSettingsFields - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanDialogSettingsFields

    Represents the configuration fields for the Kanban dialog settings.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    KanbanDialogSettingsFields
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.SetDataManager<T>(Object)
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class KanbanDialogSettingsFields : SfDataBoundComponent
    Remarks

    The KanbanDialogSettingsFields class is used to configure various fields within the Kanban dialog, facilitating dynamic content management and interaction within the Kanban component.

    Constructors

    KanbanDialogSettingsFields()

    Declaration
    public KanbanDialogSettingsFields()

    Properties

    ChildContent

    Provides the child content for this component.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    A Microsoft.AspNetCore.Components.RenderFragment that represents the content to be rendered inside this component.

    Remarks

    This allows developers to insert and render custom content within the dialog's scope, enabling a flexible UI design.

    Methods

    BuildRenderTree(RenderTreeBuilder)

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

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing any asynchronous operation.

    Overrides
    SfDataBoundComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »