Supplies information about RadzenDropDown ItemRender event.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DropDownBaseItemRenderEventArgs<TValue>| Name | Description |
|---|---|
| TValue |
Supplies information about RadzenDropDown ItemRender event.
public DropDownBaseItemRenderEventArgs<TValue>()Gets or sets the row HTML attributes.
public IDictionary<string, object> Attributes { get; }
| Type | Description |
|---|---|
| IDictionary<string, object> | Gets or sets the row HTML attributes. |
Gets or sets a value indicating whether this item is disabled.
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this item is disabled. |
Gets the data item.
public object Item { get; }
| Type | Description |
|---|---|
| object | Gets the data item. |
Gets or sets a value indicating whether this item is visible.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this item is visible. |