TcxGridLayoutViewOptionsView.RecordSize Property
Specifies the card’s dimensions, in pixels.
Declaration
property RecordSize: TcxSize read; write;
Property Value
Type |
---|
TcxSize |
Remarks
Use this property to set the custom card dimensions. If the RecordSize.Height or RecordSize.Width properties are set to 0, the corresponding card’s dimension is calculated automatically.
The RecordSize.Height and RecordSize.Width properties automatically update by multiplying their current values by the DPI-aware form’s scaling factor every time it changes.
See Also