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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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