Skip to main content

BootstrapDialogFieldBase.CaptionPosition Property

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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