Skip to main content
A newer version of this page is available. .

BaseLayoutItem.ActualTabCaption Property

Gets the actual text displayed in the tab (when the current item is represented as a tab page).

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

[Browsable(false)]
public string ActualTabCaption { get; }

Property Value

Type Description
String

A string that specifies the text displayed in a corresponding tab.

Remarks

To specify the text to be displayed in a tab, use the BaseLayoutItem.TabCaption and BaseLayoutItem.TabCaptionFormat properties.

See Also