EditorLinkChildLinks Property |
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 EditorLinkCollection ChildLinks { get; }
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>
Public ReadOnly Property ChildLinks As EditorLinkCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)]
property EditorLinkCollection^ ChildLinks {
EditorLinkCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>]
member ChildLinks : EditorLinkCollection with get
Property Value
Type:
EditorLinkCollection
See Also