Skip to main content
A newer version of this page is available. .
All docs
V21.2

SuperToolTip.IsNullOrEmpty(SuperToolTip) Method

Determines whether the specified tooltip exists and has content.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, 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