Enum CheckedSpreadMode
Defines the scope and behavior for propagating the checked state among sibling controls when a control becomes checked.
public enum CheckedSpreadMode
Fields
None = 0No propagation. The checked state applies only to the current control, leaving all siblings unaffected.
SingleInGroup = 2Enforces exclusivity across the logical group. When this control is checked, all other checked controls within the same group are automatically unchecked.
SingleSibling = 1Ensures exclusive selection among immediate siblings. When this control is checked, all other sibling controls are unchecked.