BootstrapImage.EmptyImageUrl Property
Gets or sets the URL of an image which is displayed by the editor if the editor’s value is null.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string containing the URL of an image. |
Remarks
Use the EmptyImageUrl property to define an image to be displayed within the editor if the editor’s ASPxImage.ImageUrl property is not specified or its ASPxEdit.Value property is set to null.
See Also