Back to Devexpress

PanelControl.Text Property

windowsforms-devexpress-dot-xtraeditors-dot-panelcontrol-4755b51c.md

latest1.1 KB
Original Source

PanelControl.Text Property

Gets or sets the text associated with the panel control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override string Text { get; set; }
vb
<Browsable(False)>
Public Overrides Property Text As String

Property Value

TypeDescription
String

A string value specifying the text associated with the panel.

|

See Also

PanelControl Class

PanelControl Members

DevExpress.XtraEditors Namespace