Back to Devexpress

FlyoutSettings.IndicatorTarget Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-flyoutsettings-1b6c7f93.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public UIElement IndicatorTarget { get; set; }
vb
Public Property IndicatorTarget As UIElement

Property Value

TypeDescription
UIElement

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

|

See Also

FlyoutSettings Class

FlyoutSettings Members

DevExpress.Xpf.Editors.Flyout Namespace