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

ImagePropertiesBase.IsEmptyHottracked Property

Gets a value that indicates whether no image is defined for an element’s hottracked state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual bool IsEmptyHottracked { get; }

Property Value

Type Description
Boolean

true if no hottracked state image is defined; otherwise false.

See Also