Back to Devexpress

XtraCommonDialog.Location Property

windowsforms-devexpress-dot-xtraeditors-dot-base-dot-xtracommondialog-8d92965b.md

latest1.5 KB
Original Source

XtraCommonDialog.Location Property

Gets or sets coordinates of the dialog upper-left corner relative to the screen.

Namespace : DevExpress.XtraEditors.Base

Assembly : DevExpress.XtraDialogs.v25.2.dll

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

Declaration

csharp
[DXCategory("Layout")]
public Point Location { get; set; }
vb
<DXCategory("Layout")>
Public Property Location As Point

Property Value

TypeDescription
Point

Coordinates of the dialog upper-left corner relative to the screen.

|

Remarks

The Location property allows you to specify the dialog start position when you set the StartPosition property to Manual.

See Also

XtraCommonDialog Class

XtraCommonDialog Members

DevExpress.XtraEditors.Base Namespace