Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool IsEmptyHottracked { get; }

Property Value

Type Description
Boolean

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

See Also