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

TakePictureDialogShowingEventArgs.Form Property

Gets the form that encapsulates the dialog.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TakePictureForm Form { get; }

Property Value

Type Description
DevExpress.XtraEditors.Camera.TakePictureForm

The form that encapsulates the dialog.

See Also