Skip to main content
A newer version of this page is available. .

ToolTipControllerShowEventArgs.ShowBeak Property

Tests whether callout beaks are displayed for hints.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public bool ShowBeak { get; set; }

Property Value

Type Description
Boolean

true if the callout beak is displayed when a hint appears; otherwise, false

Remarks

The ShowBeak property specifies whether callout beaks should be displayed for tooltips. For more information, see the ToolTipController.ShowBeak topic.

See Also