Skip to main content

LayoutControlInitNewElementEventArgs.Element Property

Gets the created layout element.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public FrameworkElement Element { get; }

Property Value

Type Description
FrameworkElement

The created layout element.

See Also