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

HyperLinkProperties.TextField Property

Gets or sets the data source field that provides caption texts for the inplace editor’s hyperlink.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public virtual string TextField { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the data source field from which an inplace editor obtains its caption texts.

Remarks

If an editor is used inplace within the ASPxGridView’s column, the TextField property can be used to specify the name of the data source field that provides the caption text for the editor. If the caption is data bound to a field, the caption text in each row’s hyperlink editor is set to the corresponding value in the specified field.

For a standalone editor, the caption’s text can be specified via the ASPxHyperLink.Text property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TextField property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also