| 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.CKEditorAssembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntaxpublic string Toolbar { get; set; }Return Value
Type: 
Stringnull if the default value is set
See Also