ListEditItemRequestedByValueEventArgs.Text Property
In This Article
Gets a string representing text of an item (entered or selected on the client side).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
String | A string value that represents a text. |
#Remarks
To get the requested item’s value, use the ListEditItemRequestedByValueEventArgs.Value property.
See Also