Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DataTemplateOptions Class / ExpressionNullsHandling Property

In This Topic
    ExpressionNullsHandling Property
    In This Topic
    Gets or sets a value specifying how the template engine handles null values in expressions.
    Syntax
    'Declaration
     
    Public Property ExpressionNullsHandling As DataTemplateExpressionNullsHandling
    public DataTemplateExpressionNullsHandling ExpressionNullsHandling {get; set;}
    See Also