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

ReportStructureEditorFormControllerParameters.Control Property

Indicates the SnapControl that is the dialog owner.

Namespace: DevExpress.Snap.Core.Forms

Assembly: DevExpress.Snap.v19.2.Core.dll

Declaration

public ISnapControl Control { get; }

Property Value

Type Description
ISnapControl

An object implementing the ISnapControl interface.

See Also