KaxEditorSnippets Property |
Gets the collection containing the snippets to put in the Code Snippet
dropdown.
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property Snippets As EditorSnippetCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property EditorSnippetCollection^ Snippets {
EditorSnippetCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Snippets : EditorSnippetCollection with get
Property Value
Type:
EditorSnippetCollection
A NameValueCollection containing the snippets to put in the Code Snippet dropdown.
Default is an
empty NameValueCollection.
RemarksThe 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