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

TCustomdxPSExplorerItem.DisplayName Property

Gets the item’s display name.

#Declaration

Delphi
property DisplayName: string read;

#Property Value

Type
string

#Remarks

The DisplayName property is used to obtain the string that represents the item within the explorer’s tree view. As implemented in the TCustomdxPSExplorerItem class, the DisplayName property returns the Name property value. Items used in file-based explorers override this property to return the file name without the extension.

See Also