Back to Devexpress

ToolboxControl.Text Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-5566d2ad.md

latest1.2 KB
Original Source

ToolboxControl.Text Property

This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

Type
String

See Also

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace