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

ToolTipControllerShowEventArgs.FlyoutControl Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.1.dll

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

Declaration

public Control FlyoutControl { get; }

Property Value

Type Description
Control

A Control object.

See Also