Skip to main content

FlyoutBase.ChildContainer Property

Provides access to the collection of immediate child objects.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public FrameworkElement ChildContainer { get; protected set; }

Property Value

Type Description
FrameworkElement

The collection of immediate child objects.

See Also