Skip to main content

BootstrapCaptionPosition Enum

Lists values that define the position of an editor’s caption.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public enum BootstrapCaptionPosition

#Members

Name Description
Before

The caption is displayed before the editor.

After

The caption is displayed after the editor.

#Related API Members

The following properties accept/return BootstrapCaptionPosition values:

See Also