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

TcxCustomGridBackgroundBitmaps.Values Property

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

#Declaration

Delphi
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