LayoutControlChildControls Property |
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<LayoutControl> ChildControls { get; set; }
Public Property ChildControls As EntityCollection(Of LayoutControl)
Get
Set
public:
property EntityCollection<LayoutControl^>^ ChildControls {
EntityCollection<LayoutControl^>^ get ();
void set (EntityCollection<LayoutControl^>^ value);
}
member ChildControls : EntityCollection<LayoutControl> with get, set
Property Value
Type:
EntityCollectionLayoutControl
See Also