Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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