Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomValueSpecifierEventArgs<T>

    Show / Hide Table of Contents

    Class CustomValueSpecifierEventArgs<T>

    Defines the custom value specifier event.

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

    Specifies the type of CustomValueSpecifierEventArgs.

    Constructors

    CustomValueSpecifierEventArgs()

    Declaration
    public CustomValueSpecifierEventArgs()

    Properties

    Item

    Gets or sets the custom format data for the Value and Text properties.

    Declaration
    public T Item { get; set; }
    Property Value
    Type Description
    T

    Text

    Gets or sets the typed custom text to assign to the Item property.

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