Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

RelativePosition Enum

Lists an element’s relative positions.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum RelativePosition

Members

Name Description
Inside

An element is displayed inside the component.

Outside

An element is displayed outside the component.

See Also