Back to Devexpress

FlyoutBase.ChildContainer Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-26bc44c8.md

latest1.1 KB
Original Source

FlyoutBase.ChildContainer Property

Provides access to the collection of immediate child objects.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public FrameworkElement ChildContainer { get; protected set; }
vb
Public Property ChildContainer As FrameworkElement

Property Value

TypeDescription
FrameworkElement

The collection of immediate child objects.

|

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace