Specifies the position of the element.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public enum ElementPosition |
| Visual Basic |
|---|
Public Enumeration ElementPosition |
Members
| Member name | Description | |
|---|---|---|
| Auto | Auto. | |
| TopLeft | TopLeft. | |
| TopCenter | TopCenter. | |
| TopRight | TopRight. | |
| MiddleLeft | MiddleLeft. | |
| Center | Center. | |
| MiddleRight | MiddleRight. | |
| BottomLeft | BottomLeft. | |
| BottomCenter | BottomCenter. | |
| BottomRight | BottomRight. |