Skip to main content

PanelControl.Text Property

Gets or sets the text associated with the panel control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public override string Text { get; set; }

Property Value

Type Description
String

A string value specifying the text associated with the panel.

See Also