Back to Devexpress

ContextItem.AnchorElementId Property

windowsforms-devexpress-dot-utils-dot-contextitem-647668b1.md

latest1.4 KB
Original Source

ContextItem.AnchorElementId Property

Gets or sets the globally unique identifier of the item (anchor element), relative to which the current item is aligned.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public Guid AnchorElementId { get; set; }
vb
<Browsable(False)>
Public Property AnchorElementId As Guid

Property Value

TypeDescription
Guid

A Guid object which represents a globally unique identifier (GUID) of the item, relative to which the current item is aligned.

|

See Also

AnchorElement

Id

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace