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.v21.2.dll

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

Declaration

public TakePictureForm Form { get; }

Property Value

Type Description
DevExpress.XtraEditors.Camera.TakePictureForm

The form that encapsulates the dialog.

See Also