Back to Devexpress

XtraForm.TextMdiTab Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-5377929c.md

latest1.4 KB
Original Source

XtraForm.TextMdiTab Property

Gets or sets the text displayed within a tab corresponding to the current form. This property is in effect when the current form represents an MDI child within an XtraTabbedMdiManager container.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string TextMdiTab { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property TextMdiTab As String

Property Value

TypeDescription
String

A string value.

|

See Also

XtraTabbedMdiManager

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace