Back to Devexpress

ToolbarForm.ShowText Property

windowsforms-devexpress-dot-xtrabars-dot-toolbarform-dot-toolbarform.md

latest1.5 KB
Original Source

ToolbarForm.ShowText Property

Gets or sets whether this form displays its title (the Form.Text property).

Namespace : DevExpress.XtraBars.ToolbarForm

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowText { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property ShowText As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the form displays its title; otherwise, false.

|

Remarks

The screenshot below illustrates the Toolbar Form with no title. Launch the “Visual Studio Inspired UI Demo” module in the DevExpress Demo Center to test this form.

See Also

ToolbarForm Class

ToolbarForm Members

DevExpress.XtraBars.ToolbarForm Namespace