Supplies information about RadzenPickList ItemRender event.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class PickListItemRenderEventArgs<TItem>| Name | Description |
|---|---|
| TItem |
Supplies information about RadzenPickList ItemRender event.
public PickListItemRenderEventArgs<TItem>()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 TItem Item { get; }
| Type | Description |
|---|---|
| TItem | 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. |