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

SuperToolTip.IsEmpty Property

Gets whether the SuperToolTip is empty.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public override bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the SuperToolTip doesn’t contain any information to display; otherwise, false.

Remarks

The IsEmpty property returns true if there are no items in the SuperToolTip.Items collection. Otherwise, it returns false.

See Also