TcxGridFixedDataRowsOptions.PinSize Property
In This Article
Specifies pixel dimensions of a data row pin.
#Declaration
Delphi
property PinSize: TcxSize read; write;
#Property Value
Type | Description |
---|---|
Tcx |
|
#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