Skip to main content
Tab

ListEditItemRequestedByValueEventArgs.Text Property

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

public string Text { get; }

#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