Table of Contents
ToolBarSkin Property

Gets or sets the ID of the skin to be used by toolbars.

Syntax
 public String ToolBarSkin { get; set; }
Remarks

This property is used on ToolBar controls that are automatically created by the editor. It has no effect on ToolBar controls defined in CustomHeaderTemplate.

See customizing toolbar for more details about how to customize toolbars.

See Also