Skip to main content

ToolTipControllerShowEventArgs.FlyoutControl Property

Gets a control that should be shown within a flyout tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Control FlyoutControl { get; }

Property Value

Type Description
Control

A Control object.

See Also