SuperToolTip.IsNullOrEmpty(SuperToolTip) Method
Determines whether the specified tooltip exists and has content.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
toolTip | SuperToolTip | A super tooltip to check. |
Returns
Type | Description |
---|---|
Boolean | true if the target super tooltip does not exist or has no content; otherwise, false. |
See Also