TcxCustomGridCellViewInfo.Transparent Property
Indicates whether the background bitmap is assigned to the corresponding grid element.
Declaration
property Transparent: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The Transparent property indicates whether the background bitmap is assigned to the corresponding grid element. If bitmap is assigned the property is True, otherwise it is False. The background bitmap can be assigned to the element via the element style of via the BackgroundBitmaps property of the grid View containing the element.
See Also