Skip to main content

FlyoutBase.GetIndicator(IndicatorDirection) Method

Returns a UI element that is the indicator with the specified direction.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public FrameworkElement GetIndicator(
    IndicatorDirection indicatorDirection
)

Parameters

Name Type Description
indicatorDirection DevExpress.Xpf.Editors.Flyout.Native.IndicatorDirection

A DevExpress.Xpf.Editors.Flyout.Native.IndicatorDirection enumeration value.

Returns

Type Description
FrameworkElement

A FrameworkElement descendant that is the indicator.

See Also