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.v20.2.dll
Declaration
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool TextVisible { get; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(False)>
Public Overrides ReadOnly Property TextVisible As Boolean
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
Feedback