Back to Devexpress

ToolTipItem.IsEmpty Property

windowsforms-devexpress-dot-utils-dot-tooltipitem-8fcbcb6f.md

latest1.2 KB
Original Source

ToolTipItem.IsEmpty Property

Gets whether the ToolTipItem is empty.

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 ToolTipItem content (text, image and icon) is empty; otherwise, false

|

See Also

ToolTipItem Class

ToolTipItem Members

DevExpress.Utils Namespace