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.v19.2.dll

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