Back to Devexpress

TableRowAlignment Enum

aspnet-js-tablerowalignment.md

latest663 B
Original Source

TableRowAlignment Enum

Lists alignments allowed for the table row.

Declaration

ts
declare enum TableRowAlignment {
    Both = 0,
    Center = 1,
    Distribute = 2,
    Left = 3,
    NumTab = 4,
    Right = 5
}

Members

NameDescription
Both

Justified.

| | Center |

Align center.

| | Distribute |

Distribute all characters equally.

| | Left |

Align left.

| | NumTab |

Align to the list tab.

| | Right |

Align right.

|

Remarks

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