Skip to main content

TcxCustomGridTableItem.HeaderAlignmentHorz Property

Defines the horizontal alignment of the item caption.

Declaration

property HeaderAlignmentHorz: TAlignment read; write;

Property Value

Type
TAlignment

Remarks

Use the HeaderAlignmentHorz property to define the horizontal alignment of the item caption. You can align the text to the left, right or center it.

The item caption identified by the Caption member is displayed within the column header panel in a Table View and within a caption column in a Card View.

See Also