EditorToolGroupTools Property |
Gets the children of the EditorToolGroup.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)]
public EditorToolBaseCollection Tools { get; }
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>
Public ReadOnly Property Tools As EditorToolBaseCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)]
property EditorToolBaseCollection^ Tools {
EditorToolBaseCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>]
member Tools : EditorToolBaseCollection with get
Property Value
Type:
EditorToolBaseCollection
See Also