Back to Devexpress

LayoutItemCaptionLocation Enum

aspnet-devexpress-dot-web-5fe74df0.md

latest1.6 KB
Original Source

LayoutItemCaptionLocation Enum

Specifies a caption’s location within an item relative to a nested control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum LayoutItemCaptionLocation
vb
Public Enum LayoutItemCaptionLocation

Members

NameDescription
Left

A caption is displayed at the left of the nested control.

| | Top |

A caption is displayed at the top of the nested control.

| | Right |

A caption is displayed at the right of the nested control.

| | Bottom |

A caption is displayed at the bottom of the nested control.

| | NotSet |

A caption location is not set and it is displayed at the default position.

| | NoSet |

Obsolete. Obsolete. Use the NotSet field instead.

|

The following properties accept/return LayoutItemCaptionLocation values:

Remarks

Values listed by this enumerator are used to set the LayoutItemCaptionSettings.Location property value.

See Also

DevExpress.Web Namespace