Skip to main content

BaseListBoxControl.Text Property

This property is not supported by the BaseListBoxControl class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
String

A string value.

See Also