Text Property (SidebarPanel)
In This Topic
Gets or sets the text to be displayed in sidebar.
Syntax
'Declaration
Public Overridable Property Text As String
public virtual string Text {get; set;}
Property Value
The text of the panel as a
System.String.
See Also