TcxGridFixedDataRowsOptions.PinSize Property
Specifies pixel dimensions of a data row pin.
Declaration
property PinSize: TcxSize read; write;
Property Value
| Type | Description |
|---|---|
| TcxSize |
|
Remarks
Use the PinSize property to adjust data row pin dimensions.
Default Values
The default value of PinSize.Width and PinSize.Height properties is 0.
Default PinSize.Width and PinSize.Height property values indicate that data row pin dimensions are calculated automatically.
See Also