PageElementPropertiesWizPhantomEditList_SelectorField Property |
The field, if any, to be associated with row selectors. Ignored unless WizardPageSelectors.ProvideSelectors is set. When a SelectorField is specified, each row's page selector checkbox state is persisted to this field as well as being maintained in the wizard's UserData. If not provided, selector state is only maintained in the wizard's UserData.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string WizPhantomEditList_SelectorField { get; }
ReadOnly Property WizPhantomEditList_SelectorField As String
Get
Property Value
Type:
StringThe field, if any, to be associated with row selectors. Ignored unless WizardPageSelectors.ProvideSelectors is set. When a SelectorField is specified, each row's page selector checkbox state is persisted to this field as well as being maintained in the wizard's UserData. If not provided, selector state is only maintained in the wizard's UserData.
See Also