Class CustomValueSpecifierEventArgs<T>
Inheritance
System.Object
CustomValueSpecifierEventArgs<T>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class CustomValueSpecifierEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T |
Constructors
CustomValueSpecifierEventArgs()
Declaration
public CustomValueSpecifierEventArgs()
Properties
Item
Sets the text custom format data for set a Value
and Text
.
Declaration
public T Item { get; set; }
Property Value
Type | Description |
---|---|
T |
Text
Gets the typed custom text to make a own text format and assign it to item
argument.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |