ListEditItemBase.Text Property
In This Article
Gets or sets the list item’s text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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