Back to Devexpress

HeaderContentPosition Enum

maui-devexpress-dot-maui-dot-controls-244e53ce.md

latest1.7 KB
Original Source

HeaderContentPosition Enum

Lists values that specify an element position in its container.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public enum HeaderContentPosition : byte

Members

NameDescription
Default

Identifies the default element position.

| | Top |

An element is at the top edge of the container.

| | Bottom |

An element is at the bottom edge of the container.

| | Left |

An element is at the left edge of the container.

| | Right |

An element is at the right edge of the container.

|

The following properties accept/return HeaderContentPosition values:

Extension Methods

Yield<HeaderContentPosition>()

YieldIfNotNull<HeaderContentPosition>()

See Also

DevExpress.Maui.Controls Namespace