alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CustomValueSpecifierEventArgs<T>

    Provides event data when a ComboBox allows a user to specify a custom value not present in the suggestion list. Used with custom value creation in ComboBox.

    Inheritance
    object
    CustomValueSpecifierEventArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CustomValueSpecifierEventArgs<T>
    Type Parameters
    Name Description
    T

    The data type of the custom item being created.

    Constructors

    CustomValueSpecifierEventArgs()

    Declaration
    public CustomValueSpecifierEventArgs()

    Properties

    Item

    Gets or sets the data object or custom format assigned to the ComboBox item when created as a custom value.

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

    The custom data of type T (default: null).

    Text

    Gets or sets the custom text entered by the user that is being used to create a ComboBox item.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    The specified text as a string.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved