DropDownBaseItemRenderEventArgs<TValue> Class

Supplies information about RadzenDropDown ItemRender event.

Inheritance

Object

DropDownBaseItemRenderEventArgs<TValue>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DropDownBaseItemRenderEventArgs<TValue>

Type Parameters

Name Description
TValue

Constructors

DropDownBaseItemRenderEventArgs<TValue>link

Supplies information about RadzenDropDown ItemRender event.

Declaration
public DropDownBaseItemRenderEventArgs<TValue>()

Properties

Attributeslink

Gets or sets the row HTML attributes.

Declaration
public IDictionary<string, object> Attributes { get; }
Property Value
Type Description
IDictionary<string, object>Gets or sets the row HTML attributes.

Disabledlink

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

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this item is disabled.

Itemlink

Gets the data item.

Declaration
public object Item { get; }
Property Value
Type Description
objectGets the data item.

Visiblelink

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

Declaration
public bool Visible { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this item is visible.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙