aspnet-devexpress-dot-web-5fe74df0.md
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
public enum LayoutItemCaptionLocation
Public Enum LayoutItemCaptionLocation
| Name | Description |
|---|---|
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:
Values listed by this enumerator are used to set the LayoutItemCaptionSettings.Location property value.
See Also