TcxGridCardViewRow.CaptionAlignmentHorz Property
Specifies the horizontal alignment of a Card View row caption.
Declaration
property CaptionAlignmentHorz: TAlignment read; write;
Property Value
Type |
---|
TAlignment |
Remarks
The CaptionAlignmentHorz property allows you to set the alignment of the Card View row caption. It is possible to align it to the left, right or center it.
To access the Card View row caption, use the Caption member.
See Also