Gets or sets the image file path or URL which will be displayed when the specified source image cannot be accessed or when the value of the field specified by any Data Binding properties are null references (Nothing in Visual Basic).

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property NullImageUrl As String
C#
public string NullImageUrl { get; set; }
Visual C++
public:
property String^ NullImageUrl {
	String^ get ();
	void set (String^ value);
}