Skip to main content
All docs
V25.1
  • FieldRetrievedEventArgs.Control Property

    Gets the control embedded in the layout item.

    Namespace: DevExpress.XtraDataLayout

    Assembly: DevExpress.XtraLayout.v25.1.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