Back to Devexpress

RepositoryItem.PopupOffset Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-8ec8f904.md

latest1.3 KB
Original Source

RepositoryItem.PopupOffset Property

Gets or sets the popup window’s location.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Point

A Point structure which specifies the location of the editor’s popup window.

|

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace