Skip to main content
A newer version of this page is available. .
Tab

CollapseButtonImageProperties.UrlHottracked Property

Gets or sets the URL of an image displayed when the collapse button is hot-tracked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string UrlHottracked { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the image location.

See Also