Skip to main content
Tab

ASPxColumnCaptionLocation Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

See Also