KTML 4 API Documentation for ASP .NET

Ktml.ToolbarPresets Property

Shows which Toolbars are rendered for editor.

public ToolbarPresets ToolbarPresets {get; set;}

Remarks

Defaults to ToolbarPresets.All, which means all the toolbars are rendered for editor. When set to ToolbarPresets.Custom you must use Toolbars property to edit the collection of toolbars to be rendered by the editor.

See Also

Ktml Class | InterAKT.WebControls Namespace