Class DropDownListClassList
Inheritance
System.Object
DropDownListClassList
Assembly: Syncfusion.Blazor.dll
Syntax
public class DropDownListClassList : Object, IEquatable<DropDownListClassList>
Constructors
DropDownListClassList()
Declaration
public DropDownListClassList()
Properties
BackIcon
Declaration
public string BackIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
Base
Declaration
public string Base { get; set; }
Property Value
Type |
Description |
System.String |
|
ClearIcon
Declaration
public string ClearIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
ClearIconHide
Declaration
public string ClearIconHide { get; set; }
Property Value
Type |
Description |
System.String |
|
Device
Declaration
public string Device { get; set; }
Property Value
Type |
Description |
System.String |
|
Disable
Declaration
public string Disable { get; set; }
Property Value
Type |
Description |
System.String |
|
DisableIcon
Declaration
public string DisableIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
FilterBarClearIcon
Declaration
public string FilterBarClearIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FilterInput { get; set; }
Property Value
Type |
Description |
System.String |
|
FilterParent
Declaration
public string FilterParent { get; set; }
Property Value
Type |
Description |
System.String |
|
Focus
Declaration
public string Focus { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Footer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Header { get; set; }
Property Value
Type |
Description |
System.String |
|
HiddenElement
Declaration
public string HiddenElement { get; set; }
Property Value
Type |
Description |
System.String |
|
Hover
Declaration
public string Hover { get; set; }
Property Value
Type |
Description |
System.String |
|
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
IconAnimation
Declaration
public string IconAnimation { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Input { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string InputFocus { get; set; }
Property Value
Type |
Description |
System.String |
|
Li
Declaration
public string Li { get; set; }
Property Value
Type |
Description |
System.String |
|
MobileFilter
Declaration
public string MobileFilter { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PopupFullScreen { 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 |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(DropDownListClassList)
Declaration
public bool Equals(DropDownListClassList dropDownListClassList)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>