Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CameraControl.ShowSettingsForm() Method

In This Article

Invokes the form that contains the camera device settings.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public void ShowSettingsForm()

#Remarks

An end-user invokes the Camera Settings form by clicking the Settings context button that is displayed in the top far corner of the CameraControl (see CameraControl.ShowSettingsButton). The ShowSettingsForm method allows you to invoke the Camera Settings form in code.

See Also