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

SnapHyperlink.FieldName Property

OBSOLETE

This member is deprecated and marked for removal from Snap. Use the DataFieldName property instead.

Specifies the data source field name that provides a URL to a hyperlink.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

[Browsable(false)]
[Obsolete("This member is deprecated and marked for removal from Snap. Use the DataFieldName property instead.")]
string FieldName { get; set; }

Property Value

Type Description
String

A String value.

See Also