Back to Devexpress

TdxCustomRibbon.DocumentName Property

vcl-dxribbon-dot-tdxcustomribbon-0a66b379.md

latest905 B
Original Source

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

TdxRibbonFonts.DocumentNameColor

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit