Skip to main content
Tab

LayoutItemCaptionLocation Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Remarks

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

See Also