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

SnapText.TextBeforeIfFieldNotBlank Property

Specifies the text added to the SnapText before the content obtained from the bound data field (if this content is not empty).

Namespace: DevExpress.Snap.Core.API

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

Declaration

string TextBeforeIfFieldNotBlank { get; set; }

Property Value

Type Description
String

A String value.

Remarks

Important

Use only plain text string. Do not use formatted text such as RTF or HTML because the resulting text may be displayed incorrectly.

See Also