Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridFixedDataRowsOptions.PinSize Property

Specifies pixel dimensions of a data row pin.

#Declaration

Delphi
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