Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileItemElement.AnchorAlignment Property

Gets or sets the side of the anchor element at which this TileItemElement should appear.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(AnchorAlignment.Default)]
[DXCategory("Appearance")]
public AnchorAlignment AnchorAlignment { get; set; }

#Property Value

Type Default Description
DevExpress.Utils.AnchorAlignment Default

An AnchorAlignment enumerator value that specifies the side of the anchor element at which this TileItemElement should appear.

#Remarks

You can anchor multiple elements to each other by using the TileItemElement.AnchorElement property. This allows you to create an elements cluster that can be moved entirely by moving the very first element, to which all other elements are anchored. The AnchorAlignment property specifies how this TileItemElement should be aligned relative to its anchor TileItemElement.

See the TileItemElement.AnchorElement property to learn more.

See Also