Skip to main content

FieldRetrievedEventArgs.Control Property

Gets the control embedded in the layout item.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Control Control { get; }

Property Value

Type Description
Control

The control embedded in the layout item.

See Also