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

FlyoutBase.ChildContainer Property

Provides access to the collection of immediate child objects.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public FrameworkElement ChildContainer { get; protected set; }

Property Value

Type Description
FrameworkElement

The collection of immediate child objects.

See Also