Back to Devexpress

ASPxAutoCompleteBoxBase.ImageUrlField Property

aspnet-devexpress-dot-web-dot-aspxautocompleteboxbase-8675d2b3.md

latest1.4 KB
Original Source

ASPxAutoCompleteBoxBase.ImageUrlField Property

Gets or sets the data source field that provides image locations for the editor’s items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public virtual string ImageUrlField { get; set; }
vb
<DefaultValue("")>
Public Overridable Property ImageUrlField As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the name of the data source field from which the editor obtains item image locations.

|

Remarks

This property is a wrapper of the AutoCompleteBoxPropertiesBase.ImageUrlField property.

See Also

ASPxAutoCompleteBoxBase Class

ASPxAutoCompleteBoxBase Members

DevExpress.Web Namespace