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

TdxCustomRibbon.DocumentName Property

Specifies the display name of the currently active document.

#Declaration

Delphi
property DocumentName: TCaption read; write;

#Property Value

Type
TCaption

#Remarks

The application title bar displays the specified name, followed by the application name. These names are visually divided by a dash ( – ).

Note

the document name and the dash are only drawn in the title bar if the Ribbon’s SupportNonClientDrawing property is set to True.

See Also