Skip to main content

LayoutControlReadElementFromXMLEventArgs.Element Property

Gets the layout element being read from a data store.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public FrameworkElement Element { get; }

Property Value

Type Description
FrameworkElement

A FrameworkElement object that is the layout element being read from a data store.

See Also