Skip to main content

TcxCustomGridBackgroundBitmaps.Values Property

Provides access to a bitmap assigned to the element specified by its index.

Declaration

property Values[Index: Integer]: TBitmap read; write; default;

Property Value

Type
TBitmap

Remarks

Bitmaps assigned to properties of TcxCustomGridBackgroundBitmaps descendants are stored in an internal collection. The Values property provides access to elements of this collection by their indexes. Indexes of specific elements are specified by constants.

The Values property is used internally. To specify a bitmap for an element of a View, use the corresponding property of the TBitmap type instead. For instance, to set the View’s background image, use the Background property.

See Also