Skip to main content

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.v24.1.dll

NuGet Package: 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