| 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; }
ReadOnly Property Controls As IEnumerable(Of IPropertyManagerPageControlEx)
Get
property IEnumerable<IPropertyManagerPageControlEx^>^ Controls {
IEnumerable<IPropertyManagerPageControlEx^>^ get ();
}
Property Value
Type:
IEnumerableIPropertyManagerPageControlExRemarks Tag data model fields with
ControlTagAttribute
and use
Tag property to find the corresponding controls created for the data fields
See Also