Back to Devexpress

TableCellVerticalAlignment Enum

aspnet-js-tablecellverticalalignment.md

latest716 B
Original Source

TableCellVerticalAlignment Enum

Lists possible vertical alignments for cell content.

Declaration

ts
declare enum TableCellVerticalAlignment {
    Top = 0,
    Both = 1,
    Center = 2,
    Bottom = 3
}

Members

NameDescription
Both

The cell content is vertically justified.

| | Bottom |

The cell content is vertically aligned at the bottom.

| | Center |

The cell content is centered vertically.

| | Top |

The cell content is vertically aligned at the top.

|

Remarks

Values listed by this enumeration are used in the following members: