Class IUpdateListArgs
Inheritance
System.Object
IUpdateListArgs
Assembly: Syncfusion.Blazor.dll
Syntax
public class IUpdateListArgs : Object, IEquatable<IUpdateListArgs>
Constructors
IUpdateListArgs()
Declaration
Properties
E
Declaration
public object E { get; set; }
Property Value
Type |
Description |
System.Object |
|
Enable
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Index
Declaration
public double Index { get; set; }
Property Value
Type |
Description |
System.Double |
|
Li
Declaration
public DOM Li { get; set; }
Property Value
Module
Declaration
public string Module { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DOM PopupElement { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(IUpdateListArgs)
Declaration
public bool Equals(IUpdateListArgs iUpdateListArgs)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>