Skip to main content

TakePictureDialogShowingEventArgs.Form Property

Gets the form that encapsulates the dialog.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v23.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