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

BootstrapDialogFieldBase.CaptionPosition Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapLayoutItemCaptionPosition CaptionPosition { get; set; }

Property Value

Type
BootstrapLayoutItemCaptionPosition

Available values:

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.

See Also