PageLayoutUnusedKeys Property |
The list of field keys not yet "consumed". After known fields have been layed out, this list
can be used to identify fields specified in the layout, but not used in the current page presentation.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public StringList UnusedKeys { get; }
Public ReadOnly Property UnusedKeys As StringList
Get
Property Value
Type:
StringListSee Also