Skip to main content
Tab

ListEditItemBase.Text Property

Gets or sets the list item’s text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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