FieldRetrievedEventArgs.Item Property
In This Article
Gets the created Layout Item.
Namespace: DevExpress.XtraDataLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutControlItem Item { get; }
#Property Value
Type | Description |
---|---|
Layout |
The created layout item. |
See Also