Skip to main content

TabAlign Enum

In This Article

List alignment types for tab stops.

#Declaration

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

#Members

Name Description
Center

Text is centered on the tab stop.

ASPxButton_ButtonMode

Decimal

The decimal point is located at the tab stop.

ASPxButton_ButtonMode

Left

Text is left aligned with the tab stop.

ASPxButton_ButtonMode

Numbering

For internal use only.

Right

Text is right aligned with the tab stop.

ASPxButton_ButtonMode