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

SnapText.FieldName Property

OBSOLETE

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

Specifies the name of a data field that is bound to the SnapText.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.2.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