Skip to main content

BaseLayoutItemOptionsToolTip.CanShowIconToolTip() Method

Returns whether a tooltip for a layout item’s image can be displayed.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool CanShowIconToolTip()

Returns

Type Description
Boolean

true if a tooltip for a layout item’s image can be displayed; otherwise, false.

Remarks

This method supports the internal infrastructure and typically there is no need to use it directly from your code. See the BaseLayoutItemOptionsToolTip.IconToolTip topic, to learn how to provide a tooltip for a layout item’s image.

See Also