Back to Devexpress

XtraCommonDialog.StartPosition Property

windowsforms-devexpress-dot-xtraeditors-dot-base-dot-xtracommondialog-0153fe83.md

latest1.6 KB
Original Source

XtraCommonDialog.StartPosition Property

Gets or sets the dialog start position.

Namespace : DevExpress.XtraEditors.Base

Assembly : DevExpress.XtraDialogs.v25.2.dll

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

Declaration

csharp
[DefaultValue(FormStartPosition.CenterScreen)]
[DXCategory("Layout")]
public FormStartPosition StartPosition { get; set; }
vb
<DefaultValue(FormStartPosition.CenterScreen)>
<DXCategory("Layout")>
Public Property StartPosition As FormStartPosition

Property Value

TypeDefaultDescription
FormStartPositionCenterScreen

The dialog start position.

|

Remarks

If you set the StartPosition property to Manual, the dialog start position is specified by the Location property.

See Also

XtraCommonDialog Class

XtraCommonDialog Members

DevExpress.XtraEditors.Base Namespace