Skip to main content

TcxGridFixedDataRowsOptions.PinSize Property

Specifies pixel dimensions of a data row pin.

Declaration

property PinSize: TcxSize read; write;

Property Value

Type Description
TcxSize

PinSize.Width and PinSize.Height properties specify pixel width and height of all row pins at the current monitor DPI.

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