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

TabbedGroup.TextVisible Property

Gets or sets whether the current object’s text region is visible. This property is not supported by the TabbedGroup class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(false)]
public override bool TextVisible { get; }

Property Value

Type Default Description
Boolean **false**

Always false.

Remarks

This property is overridden to make it inaccessible at design time and via the VS code editor.

See Also