Click or drag to resize
KaxEditorSnippets Property
Gets the collection containing the snippets to put in the Code Snippet dropdown.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public EditorSnippetCollection Snippets { get; }

Property Value

Type: EditorSnippetCollection
A NameValueCollection containing the snippets to put in the Code Snippet dropdown. Default is an empty NameValueCollection.
Remarks

The Code Snippet dropdown is a very convenient tool for inserting predefined chunks of HTML content like signatures, product description templates, custom tables, etc.

The contents of this collection will override the default snippets available in the Code Snippet dropdown.

See Also