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

SnapSingleListItemEntity.EmptyFieldDataAlias Property

Specifies the text to show in a document instead of a blank space if a Snap field receives an empty data source record.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

string EmptyFieldDataAlias { get; set; }

Property Value

Type Description
String

A String value, specifying the empty field data alias.

Remarks

To display the alias specified by the EmptyFieldDataAlias option, use the SnapSingleListItemEntity.EnableEmptyFieldDataAlias property.

Tip

Use the SnapImage.ShowPlaceholder property to show a placeholder instead of the blank space. This property has effect only if the SnapSingleListItemEntity.EnableEmptyFieldDataAlias property is set to false.

See Also