Skip to main content

TdxBreadcrumbEditNode.DisplayName Property

Specifies a string to be displayed by the node in the breadcrumb control (when its path editor is inactive) and in its dropdown windows.

Declaration

property DisplayName: string read; write;

Property Value

Type
string

Remarks

With this property, you can implement a functionality similar to that provided by Windows Explorer for special folders. In essence, the string specified by the DisplayName property replaces the node’s name to identify the node within the following UI elements:

  • Node dropdown windows;

  • Breadcrumb control (when its path editor is inactive);

  • An automatic completion dropdown window.

If an empty string is assigned to the DisplayName property, then the node’s Name is used instead.

The default value of the DisplayName property is an empty string.

See Also