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

TdxPSDBBasedExplorerFolder Properties
Show Inherited Hide Inherited

Represents a folder in a TdxPSDBBasedExplorer component.
Name Description
DisplayName Gets the item’s display name. Inherited from TCustomdxPSExplorerItem.
FolderCount Returns the number of child folders. Inherited from TdxPSExplorerFolder.
Folders Provides indexed access to child folders at the immediate nesting level.
ID Returns the folder’s ID.
InfoTip Returns the item’s hint text. Inherited from TCustomdxPSExplorerItem.
IsRoot Returns a value indicating whether the current folder is the root one. Inherited from TdxPSExplorerFolder.
ItemCount Returns the number of report items within the current folder. Inherited from TdxPSExplorerFolder.
Items Provides indexed access to child items at the immediate nesting level.
Name Specifies the item’s name. Inherited from TCustomdxPSExplorerItem.
Parent Specifies the item’s parent folder. Inherited from TCustomdxPSExplorerItem.
ParentID Specifies the parent folder’s ID.
See Also