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

FieldRetrievedEventArgs.Item Property

Gets the created Layout Item.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public LayoutControlItem Item { get; }

Property Value

Type Description
LayoutControlItem

The created layout item.

See Also