Skip to main content
A newer version of this page is available. .
Tab

LayoutItemCaptionLocation Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum LayoutItemCaptionLocation

Members

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.

Related API Members

The following properties accept/return LayoutItemCaptionLocation values:

Library Related API Members
ASP.NET Controls and MVC Extensions LayoutItemCaptionSettings.Location
ASP.NET Bootstrap Controls BootstrapLayoutItemCaptionSettings.Location

Remarks

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

See Also