Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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