XtraCommonDialog.StartPosition Property
In This Article
Gets or sets the dialog start position.
Namespace: DevExpress.XtraEditors.Base
Assembly: DevExpress.XtraDialogs.v24.2.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 |
---|---|---|
Form |
Center |
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