Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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