Click or drag to resize

PropertyManagerPageExTHandler, TModelControls Property

List of all controls created in the property manager page

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

Property Value

Type: IEnumerableIPropertyManagerPageControlEx

Implements

IPropertyManagerPageExTHandler, TModelControls
Remarks
Tag data model fields with ControlTagAttribute and use Tag property to find the corresponding controls created for the data fields
See Also