property CascadeFile.HasCheckBox as CheckBoxEnum
Specifies whether the control displays a check box for each item.

TypeDescription
CheckBoxEnum A CheckBoxEnum expression that specifies whether the control displays check boxes
By default, the HasCheckBox property is NoCheckBox, which indicates that the control display no check boxes. Use the HasCheckBox property to add check or partial-check support to the control. The ViewStartChanging(exCheckStateChange) and ViewEndChanging(exCheckStateChange) events notify once the user changes the file's check box. The Get(CheckItems) property returns the files being checked.

The following screen shot shows the control with partial-check support:

The following screen shot shows the control with check support: