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

BootstrapCaptionPosition Enum

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

Namespace: DevExpress.Web.Bootstrap

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

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