Lists present multiple line items vertically as a single continuous element.
| Name | Type | Description |
|---|---|---|
| Attributes | Dictionary<String,Object> | Gets or sets a collection of additional attributes that will be applied to the created element. |
| ChildContent | RenderFragment | Child content of MatList |
| Class | String | Specifies one or more classnames for an DOM element. |
| Id | String | |
| RefBack | ForwardRef | |
| SingleSelection | Boolean | |
| Style | String | Specifies an inline style for an DOM element. |
| TwoLine | Boolean | |
| Ref | ElementReference | Returned ElementRef reference for DOM element. |
Lists present multiple line items vertically as a single continuous element.
| Name | Type | Description |
|---|---|---|
| Attributes | Dictionary<String,Object> | Gets or sets a collection of additional attributes that will be applied to the created element. |
| ChildContent | RenderFragment | Child content of MatListItem |
| Class | String | Specifies one or more classnames for an DOM element. |
| Disabled | Boolean | List Item is disabled. |
| Href | String | The URL of the List Item |
| Id | String | |
| OnClick | EventCallback<MouseEventArgs> | |
| OnMouseDown | EventCallback<MouseEventArgs> | |
| RefBack | ForwardRef | |
| Style | String | Specifies an inline style for an DOM element. |
| Ref | ElementReference | Returned ElementRef reference for DOM element. |