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

ASPxColumnCaptionLocation Enum

Lists values that specify the location of the edit cell’s caption

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum ASPxColumnCaptionLocation

Members

Name Description
Default

The caption is displayed next to the editor.

Near

The caption is displayed next to the editor.

CaptionLocation_Near

Top

The caption is located along the top of the edit cell.

CaptionLocation_Top

None

The caption is hidden.

Related API Members

The following properties accept/return ASPxColumnCaptionLocation values:

Library Related API Members
ASP.NET Controls and MVC Extensions GridColumnEditFormSettings.CaptionLocation
ASP.NET Bootstrap Controls BootstrapGridColumnEditFormSettings.CaptionLocation

See Also