constants ShowCheckedAsSelectedEnum
The ShowCheckedAsSelected property specifies whether the checked items (all) shows as selected. The ShowCheckedAsSelected property of the Item object specifies whether the individual checked item is shown as selected. The ShowCheckedAsSelectedEnum type supports the following values.

NameValueDescription
exDisplayItemCheckDefault0 No highlighting is applied to item.
exDisplayItemCheckHighlight-1 Highlights or un-highlights the checked/unchecked item, but still the check/radio buttons are shown.
exDisplayItemHighlight1 Highlights or un-highlights the checked/unchecked item, but check/radio buttons are hidden.
exDisplayItemCheckInherit2 Inherits the value of the control's ShowCheckedAsSelected property.