Skip to main content
A newer version of this page is available. .
Tab

ListEditItemBase.Text Property

Gets or sets the list item’s text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual string Text { get; set; }

Property Value

Type Description
String

A String value that is the list item’s text.

Remarks

Use the Text property to specify the text of the current list item.

This property returns the value of a data field specified by an editor’s TextField property. The return value is formatted based on the TextFormatString property setting of the editor.

Note

Setting this property in the multi-column mode of a list editor is not supported.

See Also