TcxGridLayoutViewRecordCaption.Height Property
Specifies the card caption height, in pixels.
Declaration
property Height: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Use this property to adjust the card caption height. If the Height property is set to 0, the card caption height is calculated automatically.
The Height property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.
The default value of the Height property is 0.
See Also