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

FlyoutSettings.IndicatorTarget Property

Gets or sets the element to which the flyout is attached. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Flyout

Assembly: DevExpress.Xpf.Core.v20.2.dll

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

Declaration

public UIElement IndicatorTarget { get; set; }

Property Value

Type Description
UIElement

A UIElement object which is the element to which the flyout is attached.

See Also