Skip to main content
All docs
V25.1
  • TakePictureDialogShowingEventArgs.Form Property

    Gets the form that encapsulates the dialog.

    Namespace: DevExpress.XtraEditors.Camera

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