Table of Contents

Class DropDownBaseItemRenderEventArgs<TValue>

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about RadzenDropDown ItemRender event.

public class DropDownBaseItemRenderEventArgs<TValue>

Type Parameters

TValue
Inheritance
DropDownBaseItemRenderEventArgs<TValue>
Derived
Inherited Members

Constructors

DropDownBaseItemRenderEventArgs()

public DropDownBaseItemRenderEventArgs()

Properties

Attributes

Gets or sets the row HTML attributes.

public IDictionary<string, object> Attributes { get; }

Property Value

IDictionary<string, object>

Disabled

Gets or sets a value indicating whether this item is visible.

[Parameter]
public bool Disabled { get; set; }

Property Value

bool

true if visible; otherwise, false.

Item

Gets the data item.

public object Item { get; }

Property Value

object

Visible

Gets or sets a value indicating whether this item is visible.

[Parameter]
public bool Visible { get; set; }

Property Value

bool

true if visible; otherwise, false.