Skip to main content

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.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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