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

TcxCustomGridView.GetImages Method

Returns the image list used as the source of icons for data item headers.

#Declaration

Delphi
function GetImages: TCustomImageList;

#Returns

Type
TCustomImageList

#Remarks

The returned result depends on the specified collection:

  • The collection specified by the View’s Images property.

  • The collection specified by the grid’s Images property (if the View’s Images property is not specified).

  • nil, if the both properties are not specified.

See Also