Class DropDownBaseClassList
Inheritance
System.Object
DropDownBaseClassList
Assembly: Syncfusion.Blazor.dll
Syntax
public class DropDownBaseClassList : Object, IEquatable<DropDownBaseClassList>
Constructors
DropDownBaseClassList()
Declaration
public DropDownBaseClassList()
Properties
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
Disabled
Declaration
public string Disabled { get; set; }
Property Value
Type |
Description |
System.String |
|
FixedHead
Declaration
public string FixedHead { get; set; }
Property Value
Type |
Description |
System.String |
|
Focus
Declaration
public string Focus { get; set; }
Property Value
Type |
Description |
System.String |
|
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
Grouping
Declaration
public string Grouping { get; set; }
Property Value
Type |
Description |
System.String |
|
Hover
Declaration
public string Hover { get; set; }
Property Value
Type |
Description |
System.String |
|
Li
Declaration
public string Li { get; set; }
Property Value
Type |
Description |
System.String |
|
NoData
Declaration
public string NoData { get; set; }
Property Value
Type |
Description |
System.String |
|
Root
Declaration
public string Root { get; set; }
Property Value
Type |
Description |
System.String |
|
Rtl
Declaration
public string Rtl { get; set; }
Property Value
Type |
Description |
System.String |
|
Selected
Declaration
public string Selected { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(DropDownBaseClassList)
Declaration
public bool Equals(DropDownBaseClassList dropDownBaseClassList)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>