Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IUpdateListArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IUpdateListArgs

    Inheritance
    System.Object
    IUpdateListArgs
    Implements
    System.IEquatable<IUpdateListArgs>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class IUpdateListArgs : Object, IEquatable<IUpdateListArgs>

    Constructors

    IUpdateListArgs()

    Declaration
    public IUpdateListArgs()

    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
    Type Description
    DOM

    Module

    Declaration
    public string Module { get; set; }
    Property Value
    Type Description
    System.String

    PopupElement

    Declaration
    public DOM PopupElement { get; set; }
    Property Value
    Type Description
    DOM

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Equals(IUpdateListArgs)

    Declaration
    public bool Equals(IUpdateListArgs iUpdateListArgs)
    Parameters
    Type Name Description
    IUpdateListArgs iUpdateListArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved