Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenDropZoneContainer<TItem>

    RadzenDropZoneContainer component.

    Inheritance
    System.Object
    RadzenComponent
    RadzenComponentWithChildren
    RadzenDropZoneContainer<TItem>
    Implements
    IDisposable
    Inherited Members
    RadzenComponentWithChildren.ChildContent
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Dispose()
    RadzenComponent.CurrentStyle
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenDropZoneContainer<TItem> : RadzenComponentWithChildren, IDisposable
    Type Parameters
    Name Description
    TItem

    Properties

    CanDrop

    Gets or sets the function that checks if the item can be dropped in specific zone or item.

    Declaration
    public Func<RadzenDropZoneItemEventArgs<TItem>, bool> CanDrop { get; set; }
    Property Value
    Type Description
    Func<RadzenDropZoneItemEventArgs<TItem>, System.Boolean>

    The function that checks if the item can be dropped in specific zone.

    Data

    Gets or sets the data.

    Declaration
    public IEnumerable<TItem> Data { get; set; }
    Property Value
    Type Description
    IEnumerable<TItem>

    The data.

    Drop

    The event callback raised on item drop.

    Declaration
    public EventCallback<RadzenDropZoneItemEventArgs<TItem>> Drop { get; set; }
    Property Value
    Type Description
    EventCallback<RadzenDropZoneItemEventArgs<TItem>>

    The event callback raised on item drop.

    ItemRender

    Gets or sets the row render callback. Use it to set row attributes.

    Declaration
    public Action<RadzenDropZoneItemRenderEventArgs<TItem>> ItemRender { get; set; }
    Property Value
    Type Description
    Action<RadzenDropZoneItemRenderEventArgs<TItem>>

    The row render callback.

    ItemSelector

    Gets or sets the selector function for zone items.

    Declaration
    public Func<TItem, RadzenDropZone<TItem>, bool> ItemSelector { get; set; }
    Property Value
    Type Description
    Func<TItem, RadzenDropZone<TItem>, System.Boolean>

    The selector function for zone items.

    Template

    Gets or sets the template for zone items.

    Declaration
    public RenderFragment<TItem> Template { get; set; }
    Property Value
    Type Description
    RenderFragment<TItem>

    The template for zone items.

    Methods

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    System.String
    Overrides
    RadzenComponent.GetComponentCssClass()

    Implements

    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT