Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapText.TextAfterIfFieldNotBlank Property

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

    Namespace: DevExpress.Snap.Core.API

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    string TextAfterIfFieldNotBlank { get; set; }

    Property Value

    Type Description
    String

    A String value.

    Remarks

    If the field content is empty, the TextAfterIfFieldNotBlank value is not used.

    Important

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

    See Also