BaseLayoutItem.ActualTabCaption Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#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