Class CustomValueSpecifierEventArgs<T>
Provides information about an CustomValueSpecifier event being raised.
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 |
---|
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 | System.String |