Back to Devexpress

SuperToolTip.IsEmpty Property

windowsforms-devexpress-dot-utils-dot-supertooltip-9a0002b6.md

latest1.2 KB
Original Source

SuperToolTip.IsEmpty Property

Gets whether this tooltip contains regions.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public override bool IsEmpty { get; }
vb
Public Overrides ReadOnly Property IsEmpty As Boolean

Property Value

TypeDescription
Boolean

true if the Items collection is empty; otherwise, false.

|

See Also

Items

SuperToolTip Class

SuperToolTip Members

DevExpress.Utils Namespace