MasterControlProperties Property |
Gets a collection of properties for the layout controls that appear on the master.
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<LayoutControlProperty> ControlProperties { get; set; }
Public Property ControlProperties As EntityCollection(Of LayoutControlProperty)
Get
Set
public:
property EntityCollection<LayoutControlProperty^>^ ControlProperties {
EntityCollection<LayoutControlProperty^>^ get ();
void set (EntityCollection<LayoutControlProperty^>^ value);
}
member ControlProperties : EntityCollection<LayoutControlProperty> with get, set
Property Value
Type:
EntityCollectionLayoutControlProperty
See Also