Habanero.Faces.Win.StaticDataEditorWin.AddSection C# (CSharp) Method

AddSection() public method

Adds a section to the treeview, under which individual items can be listed
public AddSection ( string sectionName ) : void
sectionName string The name of the section as it appears to the user
return void
        public void AddSection(string sectionName)
        {
            _staticDataEditorManager.AddSection(sectionName);
        }