Back to Devexpress

TableHeightUnitType Enum

aspnet-js-tableheightunittype.md

latest713 B
Original Source

TableHeightUnitType Enum

Lists values that specify unit types for the table height.

Declaration

ts
declare enum TableHeightUnitType {
    Minimum = 0,
    Auto = 1,
    Exact = 2
}

Members

NameDescription
Auto

The height increases automatically to accommodate the content.

| | Exact |

The exact height as specified. If the text cannot fit the height, it will appear truncated.

| | Minimum |

The minimum height will be the specified height. The height can be increased, if needed, to accommodate the content.

|

Remarks

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