TcxGridLayoutViewOptionsView.RecordIndent Property
In This Article
Specifies card margins, in pixels.
#Declaration
Delphi
property RecordIndent: Integer read; write; default cxGridCustomLayoutViewRecordDefaultIndent;
#Property Value
Type | Default | Description |
---|---|---|
Integer | cx |
A card’s margin width, in pixels. |
#Remarks
Use this property to specify card margins by the horizontal and vertical axes.
Record |
Record |
---|---|
![]() |
![]() |
Note
The Record
- Horizontal margins if a single card column is centered vertically.
- Vertical margins if a single card row is centered horizontally.
If the Tcx
The RecordIndent property’s default value is the cxGridCustomLayoutViewRecordDefaultIndent global constant.
See Also