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

LayoutControlInitNewElementEventArgs(FrameworkElement) Constructor

Initializes a new instance of the LayoutControlInitNewElementEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.LayoutControl

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

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

Declaration

public LayoutControlInitNewElementEventArgs(
    FrameworkElement element
)

Parameters

Name Type Description
element FrameworkElement

A FrameworkElement object that represents the created element. This parameter is used to initialize the LayoutControlInitNewElementEventArgs.Element property.

See Also