XtraCommonDialog.StartPosition Property
Gets or sets the dialog start position.
Namespace: DevExpress.XtraEditors.Base
Assembly: DevExpress.XtraDialogs.v25.1.dll
NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation
Declaration
[DefaultValue(FormStartPosition.CenterScreen)]
[DXCategory("Layout")]
public FormStartPosition StartPosition { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| FormStartPosition | CenterScreen | 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