Skip to main content
All docs
V23.2

SuperToolTip.IsNullOrEmpty(SuperToolTip) Method

Determines whether the specified tooltip exists and has content.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public static bool IsNullOrEmpty(
    SuperToolTip toolTip
)

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