alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CardRenderedEventArgs<TValue>

    Provides information about a CardRendered event.

    Inheritance
    object
    CardRenderedEventArgs<TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CardRenderedEventArgs<TValue>
    Type Parameters
    Name Description
    TValue

    The type of data source for the Kanban board.

    Remarks

    This class contains information related to the rendering of cards within the Kanban UI.

    Constructors

    CardRenderedEventArgs()

    Declaration
    public CardRenderedEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the card rendering action can be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true if the rendering action can be canceled; otherwise, false.

    Remarks

    Use this property to stop cards from being rendered in specific conditions.

    Data

    Gets or sets the data associated with the card currently being rendered.

    Declaration
    public TValue Data { get; set; }
    Property Value
    Type Description
    TValue

    An instance of TValue representing the card's data.

    Remarks

    This property contains information about the element being displayed on the UI.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved