Skip to main content

LayoutControlWriteElementToXMLEventArgs.Element Property

Gets the layout element being written to a data store.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public FrameworkElement Element { get; }

#Property Value

Type Description
FrameworkElement

A FrameworkElement object that is the layout element being written to a data store.

See Also