Back to Devexpress

CaptionLocation Enum

wpf-devexpress-dot-xpf-dot-docking-2b438a5c.md

latest1.3 KB
Original Source

CaptionLocation Enum

Contains values that specify the position of an item’s caption.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum CaptionLocation
vb
Public Enum CaptionLocation

Members

NameDescription
Default

An item’s caption is displayed at the default position, which is different for different item types.

| | Left |

An item’s caption is displayed on the left.

| | Top |

An item’s caption is displayed at the top.

| | Right |

An item’s caption is displayed on the right.

| | Bottom |

An item’s caption is displayed at the bottom.

|

The following properties accept/return CaptionLocation values:

See Also

CaptionLocation

DevExpress.Xpf.Docking Namespace