Back to Devexpress

ASPxColumnCaptionLocation Enum

aspnet-devexpress-dot-web-9ec00513.md

latest1.3 KB
Original Source

ASPxColumnCaptionLocation Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ASPxColumnCaptionLocation
vb
Public Enum ASPxColumnCaptionLocation

Members

NameDescription
Default

The caption is displayed next to the editor.

| | Near |

The caption is displayed next to the editor.

| | Top |

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

| | None |

The caption is hidden.

|

The following properties accept/return ASPxColumnCaptionLocation values:

See Also

DevExpress.Web Namespace