Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataItems<TVal> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataItems<TVal>

    Inheritance
    System.Object
    DataItems<TVal>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DataItems<TVal> : Object
    Type Parameters
    Name Description
    TVal

    Constructors

    DataItems()

    Declaration
    public DataItems()

    Properties

    text

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

    value

    Declaration
    public TVal value { get; set; }
    Property Value
    Type Description
    TVal
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved