Class ListOptions<T>
Represents the configuration for list items in the dropdown.
Inherited Members
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class ListOptions<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of the data item. |
Constructors
ListOptions()
Declaration
public ListOptions()