Back to Devexpress

XtraTabPage.Location Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-c03cf6dd.md

latest1.3 KB
Original Source

XtraTabPage.Location Property

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Point Location { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Location As Point

Property Value

TypeDescription
Point

A Point structure which represents the upper-left corner of the control relative to the upper-left corner of its container.

|

See Also

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace