LayoutItemCaptionSettings.Location Property
In This Article
Gets or sets the location of the layout item caption.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(LayoutItemCaptionLocation.NotSet)]
public virtual LayoutItemCaptionLocation Location { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Layout |
Not |
One of the Layout |
Available values:
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. |
Not |
A caption location is not set and it is displayed at the default position. |
No |
Obsolete. Obsolete. Use the Not |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Location |
---|---|---|
ASP. |
Form |
|
ASP. |
ASPx |
|
Form |
|
|
Layout |
|
|
Layout |
|
See Also