Class ListOptions<T>
Inheritance
System.Object
ListOptions<T>
Assembly: Syncfusion.Blazor.dll
Syntax
public class ListOptions<T> : Object
Type Parameters
Constructors
ListOptions()
Declaration
Properties
CurItemData
Declaration
public T CurItemData { get; set; }
Property Value
GroupBy
Declaration
public string GroupBy { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupItems
Declaration
public ComposedItemModel<T> GroupItems { get; set; }
Property Value
Type |
Description |
Syncfusion.Blazor.DropDowns.ComposedItemModel<T> |
|
IconCss
Declaration
public string IconCss { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsHeader { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Items
Declaration
public IEnumerable Items { get; set; }
Property Value
Type |
Description |
System.Collections.IEnumerable |
|
ListAttribute
Declaration
public Dictionary<string, object> ListAttribute { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
ListClass
Declaration
public string ListClass { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowIcon
Declaration
public bool ShowIcon { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|