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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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