Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataBoundEventArgs

    Show / Hide Table of Contents

    Class DataBoundEventArgs

    Provides information about an DataBound event being raised.

    Inheritance
    System.Object
    DataBoundEventArgs
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DataBoundEventArgs : Object

    Constructors

    DataBoundEventArgs()

    Declaration
    public DataBoundEventArgs()

    Properties

    E

    Gets or sets the original event arguments.

    Declaration
    public object E { get; }
    Property Value
    Type Description
    System.Object

    Items

    Gets or sets the populated items as a JSON Object from the data source.

    Declaration
    public object Items { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved