CustomerAccountCharacteristicEditControl

CustomerAccountCharacteristicEditControl displays characteristics from a selected account family as editable fields.

Configurable properties

Property Default Valid values or format Effect
DisplayFamilyName
Boolean
Not specified true, false Controls characteristic family-name display.
FamilyName
String
Not specified   Sets the characteristic family.
HideOnEmpty
Boolean
Not specified true, false Controls hiding the control when the family is empty.
SaveText
String
Not specified   Sets the Save button text.
ShowBlanks
Boolean
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.


This site uses Just the Docs, a documentation theme for Jekyll.