CustomerAccountCharacteristicEditControl
CustomerAccountCharacteristicEditControl displays characteristics from a selected account family as editable fields.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
DisplayFamilyNameBoolean | Not specified | true, false | Controls characteristic family-name display. |
FamilyNameString | Not specified | Sets the characteristic family. | |
HideOnEmptyBoolean | Not specified | true, false | Controls hiding the control when the family is empty. |
SaveTextString | Not specified | Sets the Save button text. | |
ShowBlanksBoolean | Not specified | true, false | Controls blank-value display. |
SitePages.config example
The following example loads CustomerAccountCharacteristicEditControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: DisplayFamilyName, FamilyName, HideOnEmpty, SaveText, ShowBlanks.
<Control src="CustomerAccountCharacteristicEditControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CustomerAccountCharacteristicEditControl inherits shared conditions from CyberStoreBaseControl.