| CKEditorControlToolbar Property | 
             The toolbox (alias toolbar) definition.
             It is a toolbar name or an array of toolbars (strips),
             each one being also an array, containing a list of UI items.
            
             If set to null, generate toolbar automatically using all available buttons
             and toolbarGroups as a toolbar groups layout.
            
             Value type: This is pure javascript, so be careful with it!
             You can easily break that code if you do not escape characters or
             you misplace an important character.
            
             Default value: null
            
             Set to null for default value
             
 
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic string Toolbar { get; set; }Return Value
Type: 
Stringnull if the default value is set
 See Also
See Also