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