Click or drag to resize
MasterControlProperties Property
Gets a collection of properties for the layout controls that appear on the master.

Namespace: ConnectedApps.Cms.Entities.Layout
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<LayoutControlProperty> ControlProperties { get; set; }

Property Value

Type: EntityCollectionLayoutControlProperty
See Also