EditorToolBarItems Property |
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public Collection<EditorToolBase> Items { get; }
Public ReadOnly Property Items As Collection(Of EditorToolBase)
Get
public:
property Collection<EditorToolBase^>^ Items {
Collection<EditorToolBase^>^ get ();
}
member Items : Collection<EditorToolBase> with get
Property Value
Type:
CollectionEditorToolBaseSee Also