menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataItems<TVal> - API Reference

    Show / Hide Table of Contents

    Class DataItems<TVal>

    Specifies the data items.

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

    Specifies the type of DataItems.

    Constructors

    DataItems()

    Declaration
    public DataItems()

    Properties

    Text

    Specifies the text.

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

    Value

    Specifies the value.

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