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

LayoutControlInitNewElementEventArgs.Element Property

Gets the created layout element.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public FrameworkElement Element { get; }

Property Value

Type Description
FrameworkElement

The created layout element.

See Also