Click or drag to resize

IPropertyManagerPageExTHandler, TModelControls Property

List of all controls created in the property manager page

Namespace:  CodeStack.SwEx.PMPage.Base
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
IEnumerable<IPropertyManagerPageControlEx> Controls { get; }

Property Value

Type: IEnumerableIPropertyManagerPageControlEx
Remarks
Tag data model fields with ControlTagAttribute and use Tag property to find the corresponding controls created for the data fields
See Also