Back to Devexpress

TabAlign Enum

aspnet-js-tabalign.md

latest813 B
Original Source

TabAlign Enum

List alignment types for tab stops.

Declaration

ts
declare enum TabAlign {
    Left = 0,
    Center = 1,
    Right = 2,
    Decimal = 3,
    Numbering = 4
}

Members

NameDescription
Center

Text is centered on the tab stop.

| | Decimal |

The decimal point is located at the tab stop.

| | Left |

Text is left aligned with the tab stop.

| | Numbering |

For internal use only.

| | Right |

Text is right aligned with the tab stop.

|