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

BootstrapLayoutItemCaptionPosition Enum

Lists values that define the position of the caption within a layout item.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public enum BootstrapLayoutItemCaptionPosition

Members

Name Description
NotSet

The caption position is not assigned.

Before

The caption is displayed before the content.

After

The caption is displayed after the content.

Related API Members

The following properties accept/return BootstrapLayoutItemCaptionPosition values:

See Also