TabImageProperties.UrlHottracked Property
Gets or sets the URL of an image displayed when the tab is hot-tracked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("")]
public string UrlHottracked { get; set; }
<DefaultValue("")>
Public Property UrlHottracked As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the image location. |
See Also
Feedback