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

FieldRetrievedEventArgs.Control Property

Gets the control embedded in the layout item.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

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

Declaration

public Control Control { get; }

Property Value

Type Description
Control

The control embedded in the layout item.

See Also