BasicWindowSideBarTitle Property  | 
 
            Gets or sets the Title of the sidebar title.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic string SideBarTitle { get; set; }Public Property SideBarTitle As String
	Get
	Set
public:
property String^ SideBarTitle {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
            The side bar title.
            
See Also